forked from XiaoMo/ChatGPT-Next-Web
feat: close #2583 do not summarize with gpt-4
This commit is contained in:
parent
523d553dac
commit
769c2f9f49
@ -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;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user