mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
gpt-3.5-turbo-16k for memoryprompt
This commit is contained in:
parent
d29b053ee5
commit
5cb2abecaa
@ -555,7 +555,7 @@ export const useChatStore = create<ChatStore>()(
|
||||
date: "",
|
||||
}),
|
||||
),
|
||||
config: { ...modelConfig, stream: true, model: "gpt-3.5-turbo" },
|
||||
config: { ...modelConfig, stream: true, model: "gpt-3.5-turbo-16k" },
|
||||
onUpdate(message) {
|
||||
session.memoryPrompt = message;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user