From 0c814992434416afc5d9ff0d3ad2b5957465a3aa Mon Sep 17 00:00:00 2001 From: Yoon <108844287+Themath93@users.noreply.github.com> Date: Fri, 15 Aug 2025 01:57:38 +0900 Subject: [PATCH] docs(ollama): update API usage examples (#32547) **Description** Corrected a typo in the Ollama chatbot example output in `docs/docs/integrations/chat/ollama.ipynb` where `"got-oss"` was mistakenly used instead of `"gpt-oss"`. No functional changes to code; documentation-only update. All notebook outputs were cleared to keep the diff minimal. **Issue** N/A **Dependencies** None **Twitter handle** N/A --- docs/docs/integrations/chat/ollama.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat/ollama.ipynb b/docs/docs/integrations/chat/ollama.ipynb index c9441b46c51..52f93087a72 100644 --- a/docs/docs/integrations/chat/ollama.ipynb +++ b/docs/docs/integrations/chat/ollama.ipynb @@ -17,7 +17,7 @@ "source": [ "# ChatOllama\n", "\n", - "[Ollama](https://ollama.com/) allows you to run open-source large language models, such as `got-oss`, locally.\n", + "[Ollama](https://ollama.com/) allows you to run open-source large language models, such as `gpt-oss`, locally.\n", "\n", "`ollama` bundles model weights, configuration, and data into a single package, defined by a Modelfile.\n", "\n",