From e1c82a35a11d3b4e810ac08272c3285851d1db31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Birm=C3=A9?= Date: Thu, 12 Dec 2024 11:28:43 +0100 Subject: [PATCH] fix: updated readme with another mandatory env variable --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: