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