mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
docs: ollama nits (#31714)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user