From eb37d5a03f95156bcd656b5fb50e1980500b0bf4 Mon Sep 17 00:00:00 2001 From: lasseedfast Date: Mon, 7 Oct 2024 16:34:25 +0200 Subject: [PATCH] Refactor environment variable setup in readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 0e2df63..07b597e 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,8 @@ This project offers a tool for highlighting and annotating sentences in PDF docu 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 ### Command-Line Interface