Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
|