This is the:
ImportError Traceback (most recent call last)
Cell In[3], line 2
1 import os
----> 2 from utils import get_openai_api_key
4 openai_api_key = get_openai_api_key()
5 os.environ[“OPENAI_MODEL_NAME”] = ‘gpt-3.5-turbo’
ImportError: cannot import name ‘get_openai_api_key’ from ‘utils’ (C:\Users\cfItel\anaconda3\Lib\site-packages\utils_init_.py)