We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ac9f4 commit 2e97f75Copy full SHA for 2e97f75
2 files changed
apps/editor/package.json
@@ -2,7 +2,7 @@
2
"name": "gemini-coder",
3
"displayName": "Code Web Chat",
4
"description": "Fast AI coding with static context (CWC)",
5
- "version": "1.907.0",
+ "version": "1.908.0",
6
"scripts": {
7
"build": "npx vsce package --no-dependencies",
8
"vscode:prepublish": "rimraf out && npm run compile",
apps/editor/src/constants/providers.ts
@@ -24,7 +24,7 @@ export const PROVIDERS = {
24
base_url: 'https://api.fireworks.ai/inference/v1'
25
},
26
Google: {
27
- base_url: 'https://generativelanguage.googleapis.com/v1beta/openai'
+ base_url: 'https://generativelanguage.googleapis.com/v1beta/openai/v1'
28
29
Groq: {
30
base_url: 'https://api.groq.com/openai/v1'
0 commit comments