docs: ollama nits (#31714)

This commit is contained in:
Mason Daugherty
2025-06-24 13:19:15 -04:00
committed by GitHub
parent 7cdd53390d
commit 8878a7b143
6 changed files with 1315 additions and 704 deletions

View File

@@ -28,7 +28,7 @@ class OllamaLLM(BaseLLM):
from langchain_ollama import OllamaLLM
model = OllamaLLM(model="llama3")
model.invoke("Come up with 10 names for a song about parrots")
print(model.invoke("Come up with 10 names for a song about parrots"))
"""
model: str