diff --git a/opencode.jsonc b/opencode.jsonc index 8b1eeb0..98d7764 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -15,7 +15,7 @@ "name": "CPA Anthropic", "npm": "@ai-sdk/anthropic", "options": { - "baseURL": "https://cpa.furtherverse.com/v1", + "baseURL": "http://10.0.1.1:8317/v1", "apiKey": "{env:CPA_API_KEY}" }, "models": { @@ -43,7 +43,7 @@ "name": "CPA Google", "npm": "@ai-sdk/google", "options": { - "baseURL": "https://cpa.furtherverse.com/v1beta", + "baseURL": "http://10.0.1.1:8317/v1beta", "apiKey": "{env:CPA_API_KEY}" }, "models": { @@ -71,7 +71,7 @@ "name": "CPA OpenAI", "npm": "@ai-sdk/openai", "options": { - "baseURL": "https://cpa.furtherverse.com/v1", + "baseURL": "http://10.0.1.1:8317/v1", "apiKey": "{env:CPA_API_KEY}", "setCacheKey": true }, @@ -83,7 +83,7 @@ "input": ["text", "image"], "output": ["text"] }, - "limit": { "context": 400000, "output": 128000 }, + "limit": { "context": 400000, "output": 128000 } }, "gpt-5.2-codex": { "name": "GPT-5.2-Codex", @@ -92,7 +92,7 @@ "input": ["text", "image"], "output": ["text"] }, - "limit": { "context": 400000, "output": 128000 }, + "limit": { "context": 400000, "output": 128000 } } } },