Skip to content

Commit b804a67

Browse files
committed
Fix readme inconsistencies
1 parent 2663f5d commit b804a67

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ For hosted version, see the docs below
4949

5050
## Usage in other tools
5151

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`
5353

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
5555

5656
### OpenCode (through Google plugin)
5757

@@ -60,7 +60,7 @@ Recommended to use the Google / Gemini API when available as it's native to Anti
6060
"npm": "@ai-sdk/google",
6161
"name": "Code Assist",
6262
"options": {
63-
"baseURL": "http://localhost:9878/v1beta",
63+
"baseURL": "http://localhost:9877/v1beta",
6464
"apiKey": "xxxx" # whatever you set as ADMIN_API_KEY
6565
},
6666
"models": {
@@ -80,7 +80,7 @@ Recommended to use the Google / Gemini API when available as it's native to Anti
8080
"gemini": {
8181
"name": "Code Assist",
8282
"options": {
83-
"baseURL": "http://localhost:9878/v1",
83+
"baseURL": "http://localhost:9877/v1",
8484
"apiKey": "xxxx" # whatever you set as ADMIN_API_KEY
8585
},
8686
"models": {
@@ -143,7 +143,7 @@ For production deployment on Cloudflare Workers:
143143
2. **Build for Workers**:
144144

145145
```bash
146-
just build-worker
146+
mise run build-worker
147147
```
148148

149149
3. **Deploy to Cloudflare**:

0 commit comments

Comments
 (0)