Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -340,8 +340,8 @@ def run_action(purpose, task, history, directory, action_name, action_input):
|
|
340 |
|
341 |
def run(purpose,history):
|
342 |
|
343 |
-
print(purpose)
|
344 |
-
print(hist)
|
345 |
task=None
|
346 |
directory="./"
|
347 |
#history = ""
|
|
|
340 |
|
341 |
def run(purpose,history):
|
342 |
|
343 |
+
#print(purpose)
|
344 |
+
#print(hist)
|
345 |
task=None
|
346 |
directory="./"
|
347 |
#history = ""
|