mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-05 21:06:06 +08:00
stash code
This commit is contained in:
parent
d212df8b95
commit
f7a5f836db
@ -338,12 +338,12 @@ export class ChatGPTApi implements LLMApi {
|
||||
toolCallMessage,
|
||||
...toolCallResult,
|
||||
);
|
||||
requestAnimationFrame(() => {
|
||||
setTimeout(() => {
|
||||
// call again
|
||||
console.log("start again");
|
||||
running = false;
|
||||
chatApi(chatPath, requestPayload as RequestPayload); // call fetchEventSource
|
||||
});
|
||||
}, 60);
|
||||
});
|
||||
console.log("try run tools", runTools.length, finished);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user