diff --git a/opencode.jsonc b/opencode.jsonc index 5db0743..f7158c5 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -12,7 +12,8 @@ "npm": "@ai-sdk/anthropic", "options": { "baseURL": "https://cpa.furtherverse.com/v1", - "apiKey": "{env:CPA_API_KEY}" + "apiKey": "{env:CPA_API_KEY}", + "setCacheKey": true }, "models": { "claude-opus-4-6": { @@ -42,7 +43,8 @@ "npm": "@ai-sdk/google", "options": { "baseURL": "https://cpa.furtherverse.com/v1beta", - "apiKey": "{env:CPA_API_KEY}" + "apiKey": "{env:CPA_API_KEY}", + "setCacheKey": true }, "models": { "gemini-3-pro": {