Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Nov 13, 2024
1 parent 7eda14f commit 0628ddf
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
Expand Up @@ -170,7 +170,6 @@ export class GeminiProApi implements LLMApi {
try {
// https://github.com/google-gemini/cookbook/blob/main/quickstarts/rest/Streaming_REST.ipynb
const chatPath = this.path(Google.ChatPath(modelConfig.model));
console.log("[Chat Path] ", chatPath);

const chatPayload = {
method: "POST",
Expand Down

0 comments on commit 0628ddf

Please sign in to comment.