From 87cc208f9f08ddd3c799135d74be76bdf4c8a8c1 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 7 Oct 2024 21:04:36 -0400 Subject: [PATCH] docs: Fix ollama available_models example (#18842) --- docs/src/assistant/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/assistant/configuration.md b/docs/src/assistant/configuration.md index 9d9c62d8c6..b4d364dc20 100644 --- a/docs/src/assistant/configuration.md +++ b/docs/src/assistant/configuration.md @@ -142,8 +142,8 @@ Depending on your hardware or use-case you may wish to limit or increase the con "low_speed_timeout_in_seconds": 120, "available_models": [ { - "provider": "ollama", - "name": "mistral:latest", + "name": "qwen2.5-coder", + "display_name": "qwen 2.5 coder 32K", "max_tokens": 32768 } ]