mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
opencode: use a separate provider for gemini-3-pro-preview
This commit is contained in:
parent
621e1a0273
commit
9f155501b8
1 changed files with 13 additions and 3 deletions
|
|
@ -43,9 +43,6 @@
|
|||
"apiKey": "sk-dummy"
|
||||
},
|
||||
"models": {
|
||||
"gemini-3-pro-preview": {
|
||||
"name": "Gemini 3 Pro Preview (Proxy)"
|
||||
},
|
||||
"gpt-5.1-codex-max": {
|
||||
"name": "GPT-5.1 Codex Max (High)",
|
||||
"options": {
|
||||
|
|
@ -60,6 +57,19 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cliproxyapi-google": {
|
||||
"npm": "@ai-sdk/google",
|
||||
"name": "CLIProxyAPI (Google)",
|
||||
"options": {
|
||||
"baseURL": "http://127.0.0.1:8317/v1beta",
|
||||
"apiKey": "sk-dummy"
|
||||
},
|
||||
"models": {
|
||||
"gemini-3-pro-preview": {
|
||||
"name": "Gemini 3 Pro Preview (Google OAuth)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue