News

Python 3.11.9. Consider the snippet below. It creates a new sqlite database, then closing the connection to it and trying to delete the file. On Windows it fails since sqlite file is still used by ...
Sometimes there is a WS connection break between the server and the LLM. The problem is that connection closure processing does not involve closing the LiveRequestQueueue queue. That is, the queue ...