Hello @madvaultllc Can you help, How did you use this code, If I am trying to use await client.chat.completions.create, and client = AsyncOpenAI() , I am getting error for cannot import name ‘AsyncOpenAI’ from ‘openai’. Can you Please help, how did it work for you! I will really appreciate your help!
Check your version of the openai library you’re importing. If it is too old then it won’t have the new client libraries available. It’s best to uninstall and re-install the latest.