Refactor environment variable setup in readme.md

This commit is contained in:
lasseedfast 2024-10-07 16:34:25 +02:00
parent fe63a1ba34
commit eb37d5a03f

View File

@ -48,6 +48,8 @@ This project offers a tool for highlighting and annotating sentences in PDF docu
LLM_MODEL=your_llm_model LLM_MODEL=your_llm_model
``` ```
5. _If using Ollama_, make sure to install the [Ollama server](https://ollama.com) and download the model you want to use. Follow the instructions in the [Ollama documentation](https://github.com/ollama/ollama) for more details.
## Usage ## Usage
### Command-Line Interface ### Command-Line Interface