From 5eb9e5dd428c4a052309604a3e532ec1672348dc Mon Sep 17 00:00:00 2001 From: kaushik-yadav Date: Mon, 5 Jan 2026 18:10:38 +0530 Subject: [PATCH] fix: Change gemini model from preview to stable for Deep agent options --- cli/utils.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/utils.py b/cli/utils.py index 02137f15..57fe03fa 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -1,6 +1,5 @@ -from typing import Dict, List, Optional, Tuple - import questionary +from typing import Dict, List, Optional, Tuple from cli.models import AnalystType @@ -206,7 +205,7 @@ def select_deep_thinking_agent(provider) -> str: ("Gemini 2.0 Flash-Lite - Cost efficiency and low latency", "gemini-2.0-flash-lite"), ("Gemini 2.0 Flash - Next generation features, speed, and thinking", "gemini-2.0-flash"), ("Gemini 2.5 Flash - Adaptive thinking, cost efficiency", "gemini-2.5-flash"), - ("Gemini 2.5 Pro", "gemini-2.5-pro-preview-06-05"), + ("Gemini 2.5 Pro", "gemini-2.5-pro"), ], "openrouter": [ ("DeepSeek V3 - a 685B-parameter, mixture-of-experts model", "deepseek/deepseek-chat-v3-0324:free"),