Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
lloydzhou committed Jul 1, 2024
1 parent 69974d5 commit c4ad66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/client/platforms/google.ts
Original file line number Diff line number Diff line change
@@ -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) {

0 comments on commit c4ad66f

Please sign in to comment.