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