Update config docs and remove local script from repo

This commit is contained in:
2025-12-30 11:19:39 -05:00
parent 3b0b5b9cde
commit 86c4396c5e

View File

@@ -78,6 +78,8 @@ net_jobs = "auto" # auto or integer
``` ```
## LLM (Ollama) ## LLM (Ollama)
Install Ollama: [ollama.com](https://ollama.com)
```toml ```toml
[llm] [llm]
mode = "off" # off|parse|assist mode = "off" # off|parse|assist
@@ -89,6 +91,11 @@ max_tokens = 256
Recommended models: Recommended models:
- `Qwen2.5:latest` (safe default) - `Qwen2.5:latest` (safe default)
- `Qwen2.5:14b` (higher accuracy, more RAM/VRAM) - `Qwen2.5:14b` (higher accuracy, more RAM/VRAM)
Alternatives:
- `llama3.1:8b` (strong general-purpose)
- `gemma2:9b` (fast, efficient)
- `mistral-nemo:12b` (mid-size, long context)
- `phi3:14b` (compact, good structure)
## Provider base URLs (for testing) ## Provider base URLs (for testing)
```toml ```toml