Skip to content

Commit

Permalink
使用google代理
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryokk committed Jan 6, 2025
1 parent beb6e7f commit 2580170
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-api.deno.dev/v1beta/openai',
baseURL: 'https://gemini-openaiapi.deno.dev',
apiKey,
});

Expand Down

0 comments on commit 2580170

Please sign in to comment.