jjvelezo commited on
Commit
693d482
·
verified ·
1 Parent(s): b015e1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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í