chore: 更新小模型配置并统一格式化
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"autoupdate": false,
|
"autoupdate": false,
|
||||||
"theme": "system",
|
"theme": "system",
|
||||||
"model": "codex/gpt-5.3-codex",
|
"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"],
|
"plugin": ["oh-my-opencode@latest"],
|
||||||
"provider": {
|
"provider": {
|
||||||
// ref: https://models.dev/
|
// ref: https://models.dev/
|
||||||
@@ -56,7 +56,10 @@
|
|||||||
"glm-4.7": {
|
"glm-4.7": {
|
||||||
"name": "GLM-4.7",
|
"name": "GLM-4.7",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": { "input": ["text"], "output": ["text"] },
|
"modalities": {
|
||||||
|
"input": ["text"],
|
||||||
|
"output": ["text"]
|
||||||
|
},
|
||||||
"limit": { "context": 204800, "output": 131072 }
|
"limit": { "context": 204800, "output": 131072 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user