This commit is contained in:
2026-08-23 12:40:59 +02:00
parent bd762d1ccf
commit 5340158228
11 changed files with 342 additions and 51 deletions
+3 -3
View File
@@ -31,7 +31,7 @@ export const AI_ROLE_META: Record<
processing: {
label: "Processing",
description: "Product pipeline chat/completions (titles, descriptions, enhance).",
modelPlaceholder: "gpt-4o-mini"
modelPlaceholder: "gpt-5.6-luna"
},
vectorization: {
label: "Vectorization",
@@ -42,13 +42,13 @@ export const AI_ROLE_META: Record<
label: "Docs / API",
description:
"Future docs/API assistant slot — /docs Ask stays rule-based and must never call this role.",
modelPlaceholder: "gpt-4o-mini"
modelPlaceholder: "gpt-5.6-luna"
},
support: {
label: "Support",
description:
"Ticket auto-reply AI fallback — configure provider/key/model here; enable delivery in Support knowledge → Auto-reply.",
modelPlaceholder: "gpt-4o-mini"
modelPlaceholder: "gpt-5.6-luna"
}
};