chore: 更新小模型配置并统一格式化

This commit is contained in:
2026-02-15 03:14:30 +08:00
parent 12d944efb4
commit 09407f9980

View File

@@ -3,7 +3,7 @@
"autoupdate": false,
"theme": "system",
"model": "codex/gpt-5.3-codex",
"small_model": "opencode/gpt-5-nano",
"small_model": "codex/gpt-5.1-codex-mini",
"plugin": ["oh-my-opencode@latest"],
"provider": {
// ref: https://models.dev/
@@ -56,7 +56,10 @@
"glm-4.7": {
"name": "GLM-4.7",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"modalities": {
"input": ["text"],
"output": ["text"]
},
"limit": { "context": 204800, "output": 131072 }
}
}