mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 13:55:46 +08:00
feat: close #2583 do not summarize with gpt-4
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
Reference in New Issue
Block a user