I need help with the code that I copy from Multi-Agents AI with Crewai

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)

If you’re trying to run the exercises locally, you need to provide your own API key.