You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ For hosted version, see the docs below
49
49
50
50
## Usage in other tools
51
51
52
-
You can use either the native Gemini-supported API at `http://localhost:9878/v1beta`, or the OpenAI transform endpoint at `http://localhost:9878/v1/messages`
52
+
You can use either the native Gemini-supported API at `http://localhost:9877/v1beta`, or the OpenAI transform endpoint at `http://localhost:9877/v1/messages`
53
53
54
-
Recommended to use the Google / Gemini API when available as it's native to Antigravity
54
+
Recommended to use the Google / Gemini API when available as it's the native format
55
55
56
56
### OpenCode (through Google plugin)
57
57
@@ -60,7 +60,7 @@ Recommended to use the Google / Gemini API when available as it's native to Anti
60
60
"npm": "@ai-sdk/google",
61
61
"name": "Code Assist",
62
62
"options": {
63
-
"baseURL": "http://localhost:9878/v1beta",
63
+
"baseURL": "http://localhost:9877/v1beta",
64
64
"apiKey": "xxxx"# whatever you set as ADMIN_API_KEY
65
65
},
66
66
"models": {
@@ -80,7 +80,7 @@ Recommended to use the Google / Gemini API when available as it's native to Anti
80
80
"gemini": {
81
81
"name": "Code Assist",
82
82
"options": {
83
-
"baseURL": "http://localhost:9878/v1",
83
+
"baseURL": "http://localhost:9877/v1",
84
84
"apiKey": "xxxx"# whatever you set as ADMIN_API_KEY
85
85
},
86
86
"models": {
@@ -143,7 +143,7 @@ For production deployment on Cloudflare Workers:
0 commit comments