themissingCRAM
commited on
Commit
·
7e9c621
1
Parent(s):
5aa1708
trying out requirement.txt changes
Browse files
app.py
CHANGED
@@ -130,7 +130,6 @@ if __name__ == "__main__":
|
|
130 |
model=model,
|
131 |
max_steps=1,
|
132 |
verbosity_level=1,
|
133 |
-
use_e2b_executor=True, # TODO Remove if I am at the stage of doing multiagents
|
134 |
)
|
135 |
# agent.run("What is the average each customer paid?")
|
136 |
# GradioUI(agent).launch()
|
|
|
130 |
model=model,
|
131 |
max_steps=1,
|
132 |
verbosity_level=1,
|
|
|
133 |
)
|
134 |
# agent.run("What is the average each customer paid?")
|
135 |
# GradioUI(agent).launch()
|