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 9957203 commit c716e40
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',
baseURL: 'https://gemini-openaiapi-gg.deno.dev/v1beta',
apiKey,
});

Expand Down

0 comments on commit c716e40

Please sign in to comment.