first commit

This commit is contained in:
董海洋
2026-05-28 14:18:56 +08:00
commit 859acc7b71
4 changed files with 1103 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"$schema": "https://opencode.ai/config.json",
"autoCompact": true,
"performance": {
"cache": {
"enabled": true,
"size": "512MB"
}
},
"server": {
"concurrency": {
"maxSessions": 8,
"maxRequestsPerSession": 4,
"requestTimeoutMs": 25000
}
},
"models": {
"deepseek": {
"temperature": 0.2,
"max_tokens": 2048
}
},
"disabled_providers": ["minimax", "mimo"]
}