From c0a997fe7ebd024636a6397f264b3a350eac2519 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 25 Jan 2026 15:22:42 +0100 Subject: [PATCH] Update reasoning effort note to explain that gpt-oss does work on ollama After https://github.com/open-webui/open-webui/pull/20928 is merged and therefore https://github.com/open-webui/open-webui/issues/20921 is fixed, this should be updated to reflect the new state. --- docs/features/chat-features/reasoning-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/chat-features/reasoning-models.mdx b/docs/features/chat-features/reasoning-models.mdx index 5233cf596..c69564cd6 100644 --- a/docs/features/chat-features/reasoning-models.mdx +++ b/docs/features/chat-features/reasoning-models.mdx @@ -99,7 +99,7 @@ For models that support variable reasoning depth (like some API providers), this - Some providers accept numeric values :::info -Reasoning Effort is only applicable to models from specific providers that support this parameter. It has no effect on local Ollama models. +Reasoning Effort is only applicable to models from specific providers that support this parameter. On Ollama, currently only `gpt-oss` supports this parameter. ::: ---