Skip to content

Commit

Permalink
fix: updated readme with another mandatory env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Dec 12, 2024
1 parent 11047b1 commit e1c82a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ To start the server you can run the following command:
or

```bash
% OPENAI_API_KEY=your_api_key npm run start
% OPENAI_API_KEY=your_api_key \
OPENAI_REVIEW_ASST=openai_asst_id \
npm start
```

Frontend is available at http://localhost:8000/ and API docs at http://localhost:8000/api/docs

### Running the frontend

To run the frontend you can run the following command:
Expand Down

0 comments on commit e1c82a3

Please sign in to comment.