Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdelucia authored May 18, 2024
1 parent 66b21dc commit e138103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Required packages: flask, openai and python-dotenv.

Make a folder called .env in the root directory and paste this line into it:
OPENAI_API_KEY = {your openai api key here}

OR: Go to This PC -> Properties -> Advanced System Settings -> Environment Variables -> Under System Variables New... -> Name: OPENAI_API_KEY, Value: {your OpenAI API key}

Run main.py, then go to the html link (http://127.0.0.1:8000)

YAY!
Expand Down

0 comments on commit e138103

Please sign in to comment.