Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryokk committed Jan 6, 2025
1 parent 2580170 commit 9957203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/modules/llm/providers/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class GoogleProvider extends BaseProvider {
}

const google = createGoogleGenerativeAI({
baseURL: 'https://gemini-openaiapi.deno.dev',
baseURL: 'https://gemini-api.deno.dev/v1beta',
apiKey,
});

Expand Down

0 comments on commit 9957203

Please sign in to comment.