Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MoePotatoChan committed Jan 14, 2025
2 parents 6ed125c + ab7d0ee commit 67987f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/client/platforms/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ export class GeminiProApi implements LLMApi {
};
const requestPayload = {
contents: messages,
tools: [{
tools: {
"googleSearch": {}
}],
},
generationConfig: {
// stopSequences: [
// "Title"
Expand Down Expand Up @@ -291,4 +291,4 @@ export class GeminiProApi implements LLMApi {
async models(): Promise<LLMModel[]> {
return [];
}
}
}

0 comments on commit 67987f6

Please sign in to comment.