mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-29 22:46:27 +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:
parent
397cd89988
commit
0c81499243
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user