forked from imbytecat/opencode-config
feat: 更新CPA API基地址为远程域名
- 将CPA相关API的基地址从本地IP地址更新为正式的远程域名地址。
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"name": "CPA Anthropic",
|
||||
"npm": "@ai-sdk/anthropic",
|
||||
"options": {
|
||||
"baseURL": "http://10.0.1.1:8317/v1",
|
||||
"baseURL": "https://cpa.furtherverse.com/v1",
|
||||
"apiKey": "{env:CPA_API_KEY}"
|
||||
},
|
||||
"models": {
|
||||
@@ -43,7 +43,7 @@
|
||||
"name": "CPA Google",
|
||||
"npm": "@ai-sdk/google",
|
||||
"options": {
|
||||
"baseURL": "http://10.0.1.1:8317/v1beta",
|
||||
"baseURL": "https://cpa.furtherverse.com/v1beta",
|
||||
"apiKey": "{env:CPA_API_KEY}"
|
||||
},
|
||||
"models": {
|
||||
@@ -71,7 +71,7 @@
|
||||
"name": "CPA OpenAI",
|
||||
"npm": "@ai-sdk/openai",
|
||||
"options": {
|
||||
"baseURL": "http://10.0.1.1:8317/v1",
|
||||
"baseURL": "https://cpa.furtherverse.com/v1",
|
||||
"apiKey": "{env:CPA_API_KEY}",
|
||||
"setCacheKey": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user