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