mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
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
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# ChatOllama\n",
|
"# ChatOllama\n",
|
||||||
"\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",
|
"\n",
|
||||||
"`ollama` bundles model weights, configuration, and data into a single package, defined by a Modelfile.\n",
|
"`ollama` bundles model weights, configuration, and data into a single package, defined by a Modelfile.\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Reference in New Issue
Block a user