mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-11 17:40:35 +08:00
remove console.log
This commit is contained in:
parent
69974d5651
commit
c4ad66f745
@ -186,7 +186,6 @@ export class GeminiProApi implements LLMApi {
|
||||
const chatPath =
|
||||
baseUrl.replace("generateContent", "streamGenerateContent") +
|
||||
(baseUrl.indexOf("?") > -1 ? "&alt=sse" : "?alt=sse");
|
||||
console.log("chatPath", chatPath);
|
||||
fetchEventSource(chatPath, {
|
||||
...chatPayload,
|
||||
async onopen(res) {
|
||||
|
Loading…
Reference in New Issue
Block a user