From 3ae761238413ce2076c87c501a5b18f1aa160872 Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:35:28 -0800 Subject: [PATCH] docs: automatic ollama model detection (#5725) --- documentation/docs/getting-started/providers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/docs/getting-started/providers.md b/documentation/docs/getting-started/providers.md index 5f3378dd..b14b034a 100644 --- a/documentation/docs/getting-started/providers.md +++ b/documentation/docs/getting-started/providers.md @@ -90,6 +90,11 @@ To configure your chosen provider or see available options, visit the `Models` t 1. If you have a specific provider you want to use with goose, and an API key from that provider, choose `Other Providers`. 2. Find the provider of your choice and click its `Configure` button. If you don't see your provider in the list, click `Add Custom Provider` at the bottom of the window. 3. Depending on your provider, you'll need to input your API Key, API Host, or other optional [parameters](#available-providers). Click the `Submit` button to authenticate and begin your first session. + + :::info Ollama Model Detection + For Ollama users, all locally installed models display automatically in the model selection dropdown. + ::: + **To update your LLM provider and API key:**