Compare commits

...

3 Commits

3 changed files with 8 additions and 29 deletions

View File

@@ -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
}
}
} }
} }
} }

4
tui.jsonc Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "system"
}