ChrisNguyen05 commited on
Commit
8e72dbd
·
verified ·
1 Parent(s): e1930b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
7
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, FinalAnswerTool, LiteLLMModel
8
 
9
 
10
- model = LiteLLMModel(model_id="gemini/gemini-2.5-pro-preview-03-25", api_key=os.getenv('GEMINI_API_KEY'))
11
 
12
  # (Keep Constants as is)
13
  # --- Constants ---
 
7
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, FinalAnswerTool, LiteLLMModel
8
 
9
 
10
+ model = LiteLLMModel(model_id="gemini/gemini-2.5-flash-preview-04-17", api_key=os.getenv('GEMINI_API_KEY'))
11
 
12
  # (Keep Constants as is)
13
  # --- Constants ---