mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-21 05:00:16 +09:00
update stream false
This commit is contained in:
parent
f17297e050
commit
559157f757
@ -460,7 +460,7 @@ export const useChatStore = createPersistStore(
|
||||
// make request
|
||||
api.llm.chat({
|
||||
messages: sendMessages,
|
||||
config: { ...modelConfig, stream: true },
|
||||
config: { ...modelConfig, stream: false },
|
||||
onUpdate(message) {
|
||||
botMessage.streaming = true;
|
||||
if (message) {
|
||||
@ -773,7 +773,7 @@ export const useChatStore = createPersistStore(
|
||||
),
|
||||
config: {
|
||||
...modelcfg,
|
||||
stream: true,
|
||||
stream: false,
|
||||
model,
|
||||
providerName,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user