Explorar o código

feat: close #2583 do not summarize with gpt-4

Yidadaa hai 1 ano
pai
achega
769c2f9f49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/store/chat.ts

+ 1 - 1
app/store/chat.ts

@@ -553,7 +553,7 @@ export const useChatStore = create<ChatStore>()(
                 date: "",
               }),
             ),
-            config: { ...modelConfig, stream: true },
+            config: { ...modelConfig, stream: true, model: "gpt-3.5-turbo" },
             onUpdate(message) {
               session.memoryPrompt = message;
             },