From d0f14cc6a3dcf639a8bd817e602a9bea8e1a71cc Mon Sep 17 00:00:00 2001 From: "Nathan C." <149914029+Natuworkguy@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:02:51 -0400 Subject: [PATCH] Update README to remove duplicate CONFIGURATION.md reference Removed redundant reference to CONFIGURATION.md in the Environment Variables section. Signed-off-by: Nathan C. <149914029+Natuworkguy@users.noreply.github.com> --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 9fe0cdb..e77f885 100644 --- a/README.md +++ b/README.md @@ -52,19 +52,9 @@ MODEL=llama3.1 OLLAMA_HOST=http://localhost:11434 ``` -For a full reference of every option, see [docs/CONFIGURATION.md](docs/CONFIGURATION.md). - ### Environment Variables -| Variable | Description | Default | Minimum | -| -------- | ----------- | ------- | ------- | -| `MODEL` | **Required**. The Ollama model name (e.g., `llama3.1`). Must be pulled on the target server. | None | N/A | -| `OLLAMA_HOST` | Base URL of the Ollama server. Set this to point at a remote machine instead of localhost. | `http://localhost:11434` | N/A | -| `MAX_HISTORY_MESSAGES` | Maximum number of messages kept in history. | 6 | 2 | -| `MAX_HISTORY_CHARS` | Maximum characters kept in history. | 3000 | 1000 | -| `MAX_TOOL_ROUNDS` | Maximum tool-calling rounds per request. | 4 | 1 | -| `MAX_TOOL_OUTPUT_CHARS` | Maximum characters for tool output before truncation. | 1200 | 500 | -| `MAX_OUTPUT_TOKENS` | Maximum tokens for AI response (`num_predict`). | 512 | 128 | +See [docs/CONFIGURATION.md](docs/CONFIGURATION.md). ### Switching servers