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",
"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 }
}
}
}

4
tui.jsonc Normal file
View File

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