Abbasid commited on
Commit
d80eabc
·
verified ·
1 Parent(s): 1994090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
112
  # 1. Instantiate Agent
113
  print("Initializing your custom agent...")
114
  try:
115
- agent_executor = create_agent_executor(provider="google") # Using Google for better multimodal support
116
  except Exception as e:
117
  return f"Fatal Error: Could not initialize agent. Check logs. Details: {e}", None
118
 
 
112
  # 1. Instantiate Agent
113
  print("Initializing your custom agent...")
114
  try:
115
+ agent_executor = create_agent_executor(provider="groq")
116
  except Exception as e:
117
  return f"Fatal Error: Could not initialize agent. Check logs. Details: {e}", None
118