feat: 更新 CPA API 基础 URL 为正式远程地址
- 将 CPA 相关 API 的基础 URL 从本地地址更新为正式的远程地址。
This commit is contained in:
@@ -14,7 +14,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": {
|
||||
@@ -33,7 +33,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": {
|
||||
@@ -49,7 +49,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