This commit is contained in:
killian 2024-01-28 02:06:07 -08:00
parent 9485f603a6
commit 2817dd1c59
1 changed files with 0 additions and 3 deletions

View File

@ -90,15 +90,12 @@ def main(interpreter: OpenInterpreter):
try:
data = check_for_new_messages(task)
except:
print("lel"*1000)
if data:
save_conversation(interpreter.messages)
break
# Send out chunks
print("!!!!!"*1000)
await websocket.send_json(chunk)
print("xxxxx!"*1000)
await asyncio.sleep(0.01) # Add a small delay
# If the interpreter just finished sending a message, save it