Openai_secret_manager replit

Hello, can anyone help me with this error?
i am trying to import openai_secret_manager

ModuleNotFoundError: No module named ‘openai_secret_manager’

What language is this in? Also, most of the time, you have to install the package before you import it.

2 Likes

Use secrets for your OpenAI key. Looks like ChatGPT gave you code with some random private/non-existent module

2 Likes