fix
This commit is contained in:
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user