Last active
May 7, 2026 08:42
-
-
Save avarayr/a9a35354aa6d7d8430ce0c27cd9aff3f to your computer and use it in GitHub Desktop.
~/Library/Application Support/Claude-3p/claude_desktop_config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "deploymentMode": "3p", | |
| "enterpriseConfig": { | |
| "inferenceProvider": "gateway", | |
| "inferenceGatewayBaseUrl": "https://opencode.ai/zen/go", | |
| "inferenceGatewayApiKey": "------------YOUR-API-KEY-HERE-----------", | |
| "inferenceGatewayAuthScheme": "x-api-key", | |
| "inferenceModels": ["minimax-m2.7"], | |
| "disableEssentialTelemetry": true, | |
| "disableNonessentialTelemetry": true, | |
| "disableNonessentialServices": true | |
| }, | |
| "preferences": { | |
| "secureVmFeaturesEnabled": true, | |
| "coworkScheduledTasksEnabled": true, | |
| "ccdScheduledTasksEnabled": true, | |
| "sidebarMode": "epitaxy", | |
| "coworkWebSearchEnabled": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have configured my claude desktop with LiteLLM gateway. The cowork is working fine. But, the code tab is throwing me this error. How to debug or fix this