From 03c7f085812a2ffddbf0673f04804851f11230ce Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Fri, 27 Sep 2024 10:29:49 -0400 Subject: [PATCH] docs: Ollama api_url improvements (#18440) --- docs/src/assistant/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/assistant/configuration.md b/docs/src/assistant/configuration.md index 17b52a27d8..9d9c62d8c6 100644 --- a/docs/src/assistant/configuration.md +++ b/docs/src/assistant/configuration.md @@ -124,7 +124,7 @@ Download and install Ollama from [ollama.com/download](https://ollama.com/downlo 3. In the assistant panel, select one of the Ollama models using the model dropdown. -4. (Optional) Specify a [custom api_url](#custom-endpoint) or [custom `low_speed_timeout_in_seconds`](#provider-timeout) if required. +4. (Optional) Specify an [`api_url`](#custom-endpoint) or [`low_speed_timeout_in_seconds`](#provider-timeout) if required. #### Ollama Context Length {#ollama-context} @@ -138,6 +138,7 @@ Depending on your hardware or use-case you may wish to limit or increase the con { "language_models": { "ollama": { + "api_url": "http://localhost:11434", "low_speed_timeout_in_seconds": 120, "available_models": [ {