-
Notifications
You must be signed in to change notification settings - Fork 267
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
[Bug] Error getting OPENAI_API_KEY from .env.development.local: ENOENT: no such file or directory #46
Comments
It seems like this line is not working on Windows: It produces the prefix I do not have Windows, can you give this one a try:
|
Did not work. Different error
|
This was the fix.
While the new data source is successfully generated/created and I see the folder name incl contents in /cache, I don't see the datasource appearing in the app UI. Should I be seeing the new data source as a bot in the left hand side of the app UI? |
@swamichandra Great. Want to sent a PR with your fix? |
On Windows 10. Trying to generate a new data source and when I run
pnpm run generate <datasource-name>
get the following error. The OpenAI key is set in .env.development.local. The app works, but not the data source generation. Related to #23 which was closed as addressed.The text was updated successfully, but these errors were encountered: