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 code above is hanging at the context manager.
The Redis server is running and everything is okay, I am setting the number of requests to 1, this has to allow to me execute the openai.ChatCompletion.create because the code is synchronous so it means I am only doing one request, but it hangs waiting indefinitely.
The text was updated successfully, but these errors were encountered:
The code above is hanging at the context manager.
The Redis server is running and everything is okay, I am setting the number of requests to 1, this has to allow to me execute the
openai.ChatCompletion.create
because the code is synchronous so it means I am only doing one request, but it hangs waiting indefinitely.The text was updated successfully, but these errors were encountered: