Skip to content

Commit

Permalink
chore: update wording in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Nov 19, 2024
1 parent 21afc72 commit 7dedc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ make install # Install Python package
make install-ui # Install UI dependencies
```

3. Set up environment variables in `.env`:
3. Set up environment variables in `.env` in the root/top-level directory:
```bash
OPENAI_API_KEY=your_api_key_here
BACKEND_ALLOW_ORIGINS=
Expand All @@ -76,7 +76,7 @@ FRONTEND_HOST=0.0.0.0
FRONTEND_PORT=3000
```

And create an .env.local file in the website directory with the following:
And create an .env.local file in the `website` directory with the following:

```bash
OPENAI_API_KEY=sk-xxx
Expand Down

0 comments on commit 7dedc7c

Please sign in to comment.