This commit is contained in:
hailin 2025-04-21 10:30:09 +08:00
parent 72a5df8879
commit 5f74df0bbc
1 changed files with 1 additions and 1 deletions

View File

@ -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,