Document recommended LLM models

This commit is contained in:
2025-12-30 11:13:13 -05:00
parent d8e328d33a
commit 3b0b5b9cde

View File

@@ -86,6 +86,9 @@ model = "Qwen2.5:latest"
timeout_seconds = 30 timeout_seconds = 30
max_tokens = 256 max_tokens = 256
``` ```
Recommended models:
- `Qwen2.5:latest` (safe default)
- `Qwen2.5:14b` (higher accuracy, more RAM/VRAM)
## Provider base URLs (for testing) ## Provider base URLs (for testing)
```toml ```toml