Unverified Commit 74f00474 authored by Bruce MacDonald's avatar Bruce MacDonald Committed by GitHub
Browse files

Merge pull request #340 from gusanmaz/main

Update langchainpy.md
parents 22885aea 4c33a9ac
...@@ -18,7 +18,7 @@ Then we can create a model and ask the question: ...@@ -18,7 +18,7 @@ Then we can create a model and ask the question:
```python ```python
from langchain.llms import Ollama from langchain.llms import Ollama
ollama = Ollama(base_url='[http://localhost:11434](http://localhost:11434/)', ollama = Ollama(base_url='http://localhost:11434',
model="llama2") model="llama2")
print(ollama("why is the sky blue")) print(ollama("why is the sky blue"))
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment