Yuki Takei 1 سال پیش
والد
کامیت
5ebbd5c439
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/features/openai/server/services/assistant/editor-assistant.ts

+ 1 - 1
apps/app/src/features/openai/server/services/assistant/editor-assistant.ts

@@ -14,7 +14,7 @@ export const getOrCreateEditorAssistant = async(): Promise<OpenAI.Beta.Assistant
 
   editorAssistant = await getOrCreateAssistant({
     type: AssistantType.EDIT,
-    model: configManager.getConfig('openai:assistantModel:chat'),
+    model: configManager.getConfig('openai:assistantModel:edit'),
     /* eslint-disable max-len */
     instructions: `# Your Role
 You are an Editor Assistant for GROWI, a markdown wiki system.