Spaces:
Running
Running
Update agent_llamaindex.py
Browse files- agent_llamaindex.py +0 -1
agent_llamaindex.py
CHANGED
@@ -29,5 +29,4 @@ def agent_llamaindex(config, prompt):
|
|
29 |
verbose = True
|
30 |
)
|
31 |
|
32 |
-
print("#####")
|
33 |
return agent.chat(prompt)
|
|
|
29 |
verbose = True
|
30 |
)
|
31 |
|
|
|
32 |
return agent.chat(prompt)
|