You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chatbot uses socketio to stay connected to clients and has a session disconnect handler so I'm not clear as to where this might be. Adding here for more research.
The text was updated successfully, but these errors were encountered:
I was able to remove the warning by closing the openai client connection after each non-streaming call. There may be another way to handle this that is more efficient (e.g. connection pooling) but will require some research on the openai module.
The error logs are indicating a research warning on closed connections:
The chatbot uses socketio to stay connected to clients and has a session disconnect handler so I'm not clear as to where this might be. Adding here for more research.
The text was updated successfully, but these errors were encountered: