I'm running the example notebook provided as it it. I'm using standard OpenAI not Azure based one. Below is my OAI_CONFIG_LIST.
I'm getting the error:
AttributeError: module 'eventlet' has no attribute 'getcurrent'
APIConnectionError: Connection error.
The source code for the APIConnectionError is in /site-packages/openai/_base_client.py
Does it work only with Azure OpenAI?
[
{
"model": "gpt-4o",
"api_key": api_key
}
]