fix: Change gemini model from preview to stable for Deep agent options

This commit is contained in:
kaushik-yadav 2026-01-05 18:10:38 +05:30
parent 5f7e79d9a3
commit 5eb9e5dd42
1 changed files with 2 additions and 3 deletions

View File

@ -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"),