from second_key import openapi_key
import os
os.envirn[‘OPEN_API_KEY’] = openapi_key
ModuleNotFoundError Traceback (most recent call last)
Cell In[11], line 1
—-> 1 import openapi_key
2 import os
3 os.envirn[‘OPEN_API_KEY’] = openapi_key
ModuleNotFoundError: No module named ‘openapi_key’
i added api keys in envirnoment variable and i added to 2 variable
- OPEN_API_KEY: “sk-”
2.secret_key:
im trying to access but i’m not understanding what is the issue