Skip to content

Commit 926e091

Browse files
author
OpenCode Bot
committed
fix: change default model from xiaomi/mimo-v2-pro to hunter-alpha
- xiaomi/mimo-v2-pro doesn't support tool use on OpenRouter - hunter-alpha is free and supports function calling - Fixes: LLM request failed - No endpoints found that support tool use
1 parent ae24b75 commit 926e091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/xiaomo/androidforclaw/ui/activity/ModelSetupActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ModelSetupActivity : AppCompatActivity() {
6161
api = "openai-completions",
6262
hint = "OpenRouter aggregates Claude, GPT, Gemini, MiMo and more — one Key for all.",
6363
models = listOf(
64-
ModelPreset("xiaomi/mimo-v2-pro", "MiMo V2 Pro (Default, Reasoning)", reasoning = true, contextWindow = 1048576, maxTokens = 32000),
64+
ModelPreset("openrouter/hunter-alpha", "Hunter Alpha (Default, Free, 1M Context)", reasoning = true, contextWindow = 1048576, maxTokens = 65536),
6565
ModelPreset("xiaomi/mimo-v2-flash", "MiMo V2 Flash (Fast)", contextWindow = 262144, maxTokens = 8192),
6666
ModelPreset("openrouter/hunter-alpha", "🏹 Hunter Alpha (Free, 1M Context)", reasoning = true, contextWindow = 1048576, maxTokens = 65536),
6767
ModelPreset("openrouter/free", "🆓 Free Auto Router (No Top-up Required)"),

0 commit comments

Comments
 (0)