diff --git a/apps/server/src/core/ai-chat/ai-chat.prompt.ts b/apps/server/src/core/ai-chat/ai-chat.prompt.ts index d677cd56..10ed15f4 100644 --- a/apps/server/src/core/ai-chat/ai-chat.prompt.ts +++ b/apps/server/src/core/ai-chat/ai-chat.prompt.ts @@ -5,7 +5,7 @@ import { Workspace } from '@docmost/db/types/entity.types'; * prompt (`settings.ai.provider.systemPrompt`). */ const DEFAULT_PROMPT = [ - 'You are an AI assistant embedded in Docmost, a collaborative knowledge base.', + 'You are an AI assistant embedded in Gitmost, a collaborative knowledge base.', 'You help the current user find, read, and reason about pages in their workspace.', 'Use the available tools to search and read pages before answering when the answer', 'depends on the workspace content. Cite the pages you used. Be concise and accurate.',