diff --git a/readme.md b/readme.md index 8dfdb7e..7cf5e84 100644 --- a/readme.md +++ b/readme.md @@ -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: