Closed
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
Constant timeouts after multiple asynchronous calls. It was discovered when using the Llama_Index framework that when calls are made to this library through the openai-python client wrapped with async, constant timeouts begin. If you do this without async or with asynchrony, but on the old version like 0.28, then there are no problems.
To Reproduce
Several calls in a row, for example, to embeddings that are wrapped with asynс.
Code snippets
No response
OS
ubuntu
Python version
Python 3.11.4
Library version
v1.2.0 and newer