Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,6 @@ class BasicAgent:
|
|
15 |
print(f"Agent returning fixed answer: {fixed_answer}")
|
16 |
return fixed_answer
|
17 |
|
18 |
-
# Inicializa el agente mejorado sin la API key
|
19 |
-
agent = EnhancedAgent() # Sin necesidad de la API key
|
20 |
-
|
21 |
def run_smol_agent():
|
22 |
question = "Search for the best music recommendations for a party at the Wayne's mansion."
|
23 |
response = agent.run(question) # Usa el agente mejorado aquí
|
|
|
15 |
print(f"Agent returning fixed answer: {fixed_answer}")
|
16 |
return fixed_answer
|
17 |
|
|
|
|
|
|
|
18 |
def run_smol_agent():
|
19 |
question = "Search for the best music recommendations for a party at the Wayne's mansion."
|
20 |
response = agent.run(question) # Usa el agente mejorado aquí
|