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,