refactor: 移除模型 thinking 选项配置并拆分 theme 至 TUI 配置
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"autoupdate": false,
|
||||
"theme": "system",
|
||||
"model": "litellm/claude-opus-4-6",
|
||||
"small_model": "litellm/claude-haiku-4-5",
|
||||
"plugin": ["oh-my-opencode@latest"],
|
||||
@@ -108,13 +107,7 @@
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"limit": { "context": 204800, "output": 131072 },
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 1024
|
||||
}
|
||||
}
|
||||
"limit": { "context": 204800, "output": 131072 }
|
||||
},
|
||||
"glm-4.7": {
|
||||
"name": "GLM-4.7",
|
||||
@@ -123,13 +116,7 @@
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"limit": { "context": 204800, "output": 131072 },
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 1024
|
||||
}
|
||||
}
|
||||
"limit": { "context": 204800, "output": 131072 }
|
||||
},
|
||||
"kimi-k2.5": {
|
||||
"name": "Kimi K2.5",
|
||||
@@ -138,13 +125,7 @@
|
||||
"input": ["text", "image", "video"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"limit": { "context": 262144, "output": 262144 },
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 1024
|
||||
}
|
||||
}
|
||||
"limit": { "context": 262144, "output": 262144 }
|
||||
},
|
||||
"MiniMax-M2.5": {
|
||||
"name": "MiniMax-M2.5",
|
||||
@@ -153,13 +134,7 @@
|
||||
"input": ["text"],
|
||||
"output": ["text"]
|
||||
},
|
||||
"limit": { "context": 204800, "output": 131072 },
|
||||
"options": {
|
||||
"thinking": {
|
||||
"type": "enabled",
|
||||
"budgetTokens": 1024
|
||||
}
|
||||
}
|
||||
"limit": { "context": 204800, "output": 131072 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user