Abbasid commited on
Commit
c442836
·
verified ·
1 Parent(s): 08f3bff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
45
  # 1. Instantiate Agent
46
  print("Initializing your custom agent...")
47
  try:
48
- agent_executor = create_agent_executor(provider="google") # Using Google for better tool use
49
  except Exception as e:
50
  return f"Fatal Error: Could not initialize agent. Check logs. Details: {e}", None
51
 
 
45
  # 1. Instantiate Agent
46
  print("Initializing your custom agent...")
47
  try:
48
+ agent_executor = create_agent_executor(provider="groq") # Using Google for better tool use
49
  except Exception as e:
50
  return f"Fatal Error: Could not initialize agent. Check logs. Details: {e}", None
51