sinnedpenguin / dennx

An AI chatbot powered by Google's Gemini Pro.
https://dennx.sinnedpenguin.me
MIT License
20 stars 16 forks source link

Looks like .env file is missing... #2

Closed im-rahulr closed 6 months ago

im-rahulr commented 6 months ago

I do not have a .eve file. As I mentioned before, there is no .eve file in the dennx repository.

It appears that you are mistaken. The command find .eve is searching for a file named .eve in the current directory and all of its subdirectories. Since there is no .eve file in the dennx repository, the command will not find anything.

If you are trying to update the API key, you can follow these steps:

  1. Open the .env file in your text editor.
  2. Find the line that starts with API_KEY= and replace the existing API key with your own API key.
  3. Save the .env file.

Once you have updated the API key in the .env file, you can restart your Flask app and the new API key will be used. Cloned site :

sinnedpenguin commented 6 months ago

Hi. .env is not included, of course.