forked from agents/opencode
chore: 更新小模型配置并统一格式化
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user