Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -222,7 +222,7 @@ def call_main(purpose, task, history, action_input):
|
|
222 |
seed=random.randint(1,1000000000),
|
223 |
purpose=purpose,
|
224 |
task=task,
|
225 |
-
|
226 |
history=history,
|
227 |
)
|
228 |
lines = resp.strip().strip("\n").split("\n")
|
|
|
222 |
seed=random.randint(1,1000000000),
|
223 |
purpose=purpose,
|
224 |
task=task,
|
225 |
+
timestamp=timestamp,
|
226 |
history=history,
|
227 |
)
|
228 |
lines = resp.strip().strip("\n").split("\n")
|