This commit is contained in:
Maytekin 2026-01-17 16:45:54 +00:00
parent d3f219a1a4
commit d880468047
1 changed files with 5 additions and 5 deletions

View File

@ -156,9 +156,9 @@ def select_shallow_thinking_agent(provider) -> str:
], ],
"lmstudio": [ "lmstudio": [
("LMStudio Qwen 4b Thinking","qwen/qwen3-4b-thinking-2507"), ("LMStudio Qwen 4b Thinking","qwen/qwen3-4b-thinking-2507"),
("LMStudio GLM", "glm-4.5-air-mlx"), ("LMStudio GLM 4.6v", "zai-org/glm-4.6v-flash"),
("LMStudio OSS 120b","openai/gpt-oss-120b"), ("LMStudio OSS 20b","openai/gpt-oss-20b"),
("LMStudio Kimi","kimi-dev-72b-dwq"), ("LMStudio Minimax 2.1","minimax-m2.1-reap-30-mlx"),
] ]
} }
@ -224,9 +224,9 @@ def select_deep_thinking_agent(provider) -> str:
], ],
"lmstudio": [ "lmstudio": [
("LMStudio Qwen 4b Thinking","qwen/qwen3-4b-thinking-2507"), ("LMStudio Qwen 4b Thinking","qwen/qwen3-4b-thinking-2507"),
("LMStudio GLM", "glm-4.5-air-mlx"), ("LMStudio GLM 4.6v", "zai-org/glm-4.6v-flash"),
("LMStudio OSS 20b","openai/gpt-oss-20b"), ("LMStudio OSS 20b","openai/gpt-oss-20b"),
("LMStudio Kimi","kimi-dev-72b-dwq"), ("LMStudio Minimax 2.1","minimax-m2.1-reap-30-mlx"),
] ]
} }