stash code

This commit is contained in:
lloydzhou 2024-08-29 00:32:35 +08:00
parent 29b5cd9436
commit f3f6dc57c3
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ export class ChatGPTApi implements LLMApi {
console.log("start again");
running = false;
chatApi(chatPath, requestPayload as RequestPayload); // call fetchEventSource
}, 0);
}, 5);
});
console.log("try run tools", runTools.length, finished);
return;