diff --git a/opencode.jsonc b/opencode.jsonc index 98d7764..04759f2 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -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 },