-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version 0.0.20 broken #125
Comments
Setting Up the OpenAI Prompt Query Obtain an OpenAI API Key: Visit OpenAI's platform In the root directory of your project, look for a .env file (or create one if it doesn't exist). 🔐 Security Note: Remember to keep your .env file confidential. Never push it to public repositories or share it. It contains sensitive information. |
But I don't want to use openai at all. This should be optional. |
Thank you for bringing this to our attention. We will take a look at it. |
@AndrewMarchukov which version of node.js you are using? |
i have same issue and i use node v18.19.0 /usr/lib/node_modules/mongo-gui/node_modules/openai/index.js:52 OpenAIError: The OPENAI_API_KEY environment variable is missing or empty; either provide it, or instantiate the OpenAI client with an apiKey option, like new OpenAI({ apiKey: 'My API Key' }). |
? |
Yeah, having OPENAI_API_KEY should be 'opt-in' feature and not enable by default. Easy way would be to enable OPENAI_API_KEY exists then enable it. Thanks for the library! |
Is there any plan on fixing this issue? |
When i trying just start
mongo-gui
i get this:The text was updated successfully, but these errors were encountered: