c65gm/opencode-config/opencode.json

17 lines
No EOL
456 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"agent": {
"plan": {
"model": "deepseek/deepseek-v4-pro",
"options": {
"thinking": { "type": "enabled" },
"reasoningEffort": "high"
},
"description": "Planning and architecture analysis using DeepSeek V4 Pro"
},
"build": {
"model": "deepseek/deepseek-v4-flash",
"description": "Implementation and coding using DeepSeek V4 Flash"
}
}
}