Files
healthy_oil/.opencode.json
2025-07-16 12:57:39 +08:00

62 lines
1.1 KiB
JSON

{
"data": {
"directory": ".opencode"
},
"providers": {
"openai": {
"apiKey": "your-api-key",
"disabled": false
},
"anthropic": {
"apiKey": "your-api-key",
"disabled": false
},
"copilot": {
"disabled": false
},
"groq": {
"apiKey": "your-api-key",
"disabled": false
},
"openrouter": {
"apiKey": "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",
"disabled": true
}
},
"agents": {
"coder": {
"model": "deepseek/deepseek-r1-0528:free",
"maxTokens": 50000000000
},
"task": {
"model": "deepseek/deepseek-r1-0528:free",
"maxTokens": 5000000000
},
"title": {
"model": "deepseek/deepseek-r1-0528:free",
"maxTokens": 80000000000
}
},
"shell": {
"path": "/bin/bash",
"args": ["-l"]
},
"mcpServers": {
"example": {
"type": "stdio",
"command": "path/to/mcp-server",
"env": [],
"args": []
}
},
"lsp": {
"go": {
"disabled": false,
"command": "gopls"
}
},
"debug": false,
"debugLSP": false,
"autoCompact": true
}