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