Skip to content

Commit 2e97f75

Browse files
committed
Update Google API base URL and increment package version to 1.908.0
1 parent 32ac9f4 commit 2e97f75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "Fast AI coding with static context (CWC)",
5-
"version": "1.907.0",
5+
"version": "1.908.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

apps/editor/src/constants/providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const PROVIDERS = {
2424
base_url: 'https://api.fireworks.ai/inference/v1'
2525
},
2626
Google: {
27-
base_url: 'https://generativelanguage.googleapis.com/v1beta/openai'
27+
base_url: 'https://generativelanguage.googleapis.com/v1beta/openai/v1'
2828
},
2929
Groq: {
3030
base_url: 'https://api.groq.com/openai/v1'

0 commit comments

Comments
 (0)