a new start

This commit is contained in:
killian 2024-02-03 19:40:10 -08:00
parent 6e130d42ea
commit 9f1efb5680
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Exposes a POST endpoint called /computer. Things from there go into the queue.
Exposes a ws endpoint called /user. Things from there go into the queue. We also send things in the queue back (that are role: assistant)
In a while loop we watch the queue.
In a while loop we watch the queue and handle it.
"""
import json