From 5f74df0bbc9f28fb085a6d41970df56941d57d41 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 21 Apr 2025 10:30:09 +0800 Subject: [PATCH] . --- app/[locale]/[workspaceid]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/[workspaceid]/layout.tsx b/app/[locale]/[workspaceid]/layout.tsx index 3f3d3aa..8398a01 100644 --- a/app/[locale]/[workspaceid]/layout.tsx +++ b/app/[locale]/[workspaceid]/layout.tsx @@ -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,