Hi, I was able to resolve this when I restarted the python library in Databricks. Let me know if that helpsCode:pip install openai
dbutils.library.restartPython()
from openai import AzureOpenAI
Was this resolved?I installed openai and tried to import and faced the below error. I also tried upgrading the libraries. However I ended up with the same error.Code: import openaiError: ImportError: cannot import name 'override' from 'typing_extensi...
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.