mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-06-06 12:50:20 +09:00
stash code
This commit is contained in:
parent
29b5cd9436
commit
f3f6dc57c3
@ -343,7 +343,7 @@ export class ChatGPTApi implements LLMApi {
|
|||||||
console.log("start again");
|
console.log("start again");
|
||||||
running = false;
|
running = false;
|
||||||
chatApi(chatPath, requestPayload as RequestPayload); // call fetchEventSource
|
chatApi(chatPath, requestPayload as RequestPayload); // call fetchEventSource
|
||||||
}, 0);
|
}, 5);
|
||||||
});
|
});
|
||||||
console.log("try run tools", runTools.length, finished);
|
console.log("try run tools", runTools.length, finished);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user