Miquel Farré
commited on
Commit
·
d2a7242
1
Parent(s):
b2b8e42
less verbose
Browse files- e2bqwen.py +0 -1
e2bqwen.py
CHANGED
|
@@ -291,7 +291,6 @@ REMEMBER TO ALWAYS CLICK IN THE MIDDLE OF THE TEXT, NOT ON THE SIDE, NOT UNDER.
|
|
| 291 |
last_step = self.memory.steps[-1] if self.memory.steps else None
|
| 292 |
|
| 293 |
for memory_step in self.memory.steps:
|
| 294 |
-
print(f"Memory step {memory_step}")
|
| 295 |
if hasattr(memory_step, "task") and memory_step.task:
|
| 296 |
# Add task message if it exists
|
| 297 |
messages.append({
|
|
|
|
| 291 |
last_step = self.memory.steps[-1] if self.memory.steps else None
|
| 292 |
|
| 293 |
for memory_step in self.memory.steps:
|
|
|
|
| 294 |
if hasattr(memory_step, "task") and memory_step.task:
|
| 295 |
# Add task message if it exists
|
| 296 |
messages.append({
|