ChrisNguyen05 commited on
Commit
03e383f
·
verified ·
1 Parent(s): 50b9705

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.0-flash", 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="openai/gpt-4o", api_key=os.getenv('GEMINI_API_KEY'))
11
 
12
  # (Keep Constants as is)
13
  # --- Constants ---