diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 7fff760..6205c68 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -86,6 +86,9 @@ model = "Qwen2.5:latest" timeout_seconds = 30 max_tokens = 256 ``` +Recommended models: +- `Qwen2.5:latest` (safe default) +- `Qwen2.5:14b` (higher accuracy, more RAM/VRAM) ## Provider base URLs (for testing) ```toml