lloydzhou 1 سال پیش
والد
کامیت
f3f6dc57c3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/client/platforms/openai.ts

+ 1 - 1
app/client/platforms/openai.ts

@@ -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;