dygoo commited on
Commit
12c5c93
·
verified ·
1 Parent(s): 3880120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
171
 
172
  # 1. Instantiate Agent ( modify this part to create your agent)
173
  try:
174
- agent = BasicAgent(model= LiteLLMModel('gemini/gemini-2.0-flash-exp'), tools=[search_tool, visit_webpage, youtube_tool])
175
  except Exception as e:
176
  print(f"Error instantiating agent: {e}")
177
  return f"Error initializing agent: {e}", None
 
171
 
172
  # 1. Instantiate Agent ( modify this part to create your agent)
173
  try:
174
+ agent = BasicAgent(model= 'gemini/gemini-2.0-flash-exp', tools=[search_tool, visit_webpage, youtube_tool])
175
  except Exception as e:
176
  print(f"Error instantiating agent: {e}")
177
  return f"Error initializing agent: {e}", None