From b5bc9eb529137895eb16c1d59491a3b040cf54af Mon Sep 17 00:00:00 2001 From: lasseedfast Date: Mon, 7 Oct 2024 16:27:52 +0200 Subject: [PATCH] Refactor environment variable setup in readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 461c76e..0e2df63 100644 --- a/readme.md +++ b/readme.md @@ -42,8 +42,7 @@ This project offers a tool for highlighting and annotating sentences in PDF docu ``` 4. Set up environment variables: - - Create a `.env` file in the root directory. - - Add your OpenAI API key and LLM model details: + - Add your OpenAI API key and/or LLM model details to the `.env` file: ``` OPENAI_API_KEY=your_openai_api_key LLM_MODEL=your_llm_model