fmr-aeg commited on
Commit
cb1d8ed
·
verified ·
1 Parent(s): 8659ab4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ final_answer = FinalAnswerTool()
107
  duck_search = DuckDuckGoSearchTool()
108
  wiki_search = WikipediaSearchTool()
109
 
110
- model = LiteLLMModel(model_id='gpt-4o-mini')
111
 
112
  agent = CodeAgent(
113
  tools=[
 
107
  duck_search = DuckDuckGoSearchTool()
108
  wiki_search = WikipediaSearchTool()
109
 
110
+ model = LiteLLMModel(model_id='gemini-2.0-flash')
111
 
112
  agent = CodeAgent(
113
  tools=[