added link
This commit is contained in:
61
.opencode.json
Normal file
61
.opencode.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user