This commit is contained in:
parent
72a5df8879
commit
5f74df0bbc
|
|
@ -169,7 +169,7 @@ export default function WorkspaceLayout({ children }: WorkspaceLayoutProps) {
|
|||
"gpt-4-1106-preview") as LLMID,
|
||||
prompt:
|
||||
workspace?.default_prompt ||
|
||||
"You are a friendly, helpful AI assistant.",
|
||||
t("chat.promptPlaceholder"),
|
||||
temperature: workspace?.default_temperature || 0.5,
|
||||
contextLength: workspace?.default_context_length || 4096,
|
||||
includeProfileContext: workspace?.include_profile_context || true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue