mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 02:25:05 +08:00
stash code
This commit is contained in:
@@ -338,12 +338,12 @@ export class ChatGPTApi implements LLMApi {
|
|||||||
toolCallMessage,
|
toolCallMessage,
|
||||||
...toolCallResult,
|
...toolCallResult,
|
||||||
);
|
);
|
||||||
setTimeout(() => {
|
requestAnimationFrame(() => {
|
||||||
// call again
|
// call again
|
||||||
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
|
||||||
}, 5);
|
});
|
||||||
});
|
});
|
||||||
console.log("try run tools", runTools.length, finished);
|
console.log("try run tools", runTools.length, finished);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user