From bac01b546dfd2a6677574e1a0e51048b31f60f4a Mon Sep 17 00:00:00 2001 From: Jeffrey Chu Date: Wed, 22 Oct 2025 19:14:14 +0800 Subject: [PATCH] remove useless change --- cli/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/utils.py b/cli/utils.py index d2e7b23e..eda6fbfb 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -148,7 +148,6 @@ def select_shallow_thinking_agent(provider) -> str: ("Meta: Llama 4 Scout", "meta-llama/llama-4-scout:free"), ("Meta: Llama 3.3 8B Instruct - A lightweight and ultra-fast variant of Llama 3.3 70B", "meta-llama/llama-3.3-8b-instruct:free"), ("google/gemini-2.0-flash-exp:free - Gemini Flash 2.0 offers a significantly faster time to first token", "google/gemini-2.0-flash-exp:free"), - ("qwen/qwen3-coder:free - Qwen3-Coder-480B-A35B-Instruct is a Mixture-of-Experts (MoE) code generation model", "qwen/qwen3-coder:free"), ], "ollama": [ ("llama3.1 local", "llama3.1"),