-
Notifications
You must be signed in to change notification settings - Fork 229
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
Cannot figure out where to find the .env file #26
Comments
Same problem I have |
can you explain more on this issue or code you have ,also which api is it? |
There is a line in the Installation instruction |
Sorry, this was not clear in the instructions and has now been updated. Streamlit looks for a file called |
This error is thrown when the necessary env variables are not all present, I believe. Can you check against the latest .env_template? Or post a redacted screenshot of your .env file? |
I have the same problem. I solve this problem to change previous version of llama-chatbot.py. I think this part of llama-chatbot.py cause this problems.
|
my guess is that the app is throwing an error because you're not specifying AUTH0_CLIENT and AUTH0_DOMAIN? we can make auth optional with a runtime flag, if you'd prefer that |
Given how much of a hassle it is to set up Auth0 properly if you are running locally, that would probably be a good idea. |
Actually, the repo has now been updated and following the instructions will get it working: |
There's a new https://github.com/a16z-infra/llama2-chatbot/tree/auth-optional-flag |
I have never worked with streamlit before. I put in the API key from replicate in .env_template but not sure where to find the .env file? I renamed the .env_template to .env and kept in same directory but it didn't work. Kindly assist, thanks!
The text was updated successfully, but these errors were encountered: