sascow commited on
Commit
e04b92d
·
verified ·
1 Parent(s): e2ffc76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -92,5 +92,7 @@ agent = CodeAgent(
92
  description=None,
93
  prompt_templates=prompt_templates
94
  )
 
 
95
 
96
  GradioUI(agent).launch()
 
92
  description=None,
93
  prompt_templates=prompt_templates
94
  )
95
+ response = agent.run("Ask the Quantum Fortune Llama about my future", {"asker_name": "YourName"})
96
+ print(response)
97
 
98
  GradioUI(agent).launch()