Skip to content

Commit 76ef048

Browse files
Fixed ollama example (#8669)
1 parent 1b90b4b commit 76ef048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Instead of wrangling prompts or training jobs, DSPy (Declarative Self-improving
7878

7979
```python linenums="1"
8080
import dspy
81-
lm = dspy.LM("ollama_chat/llama3.2", api_base="http://localhost:11434", api_key="")
81+
lm = dspy.LM("ollama_chat/llama3.2:1b", api_base="http://localhost:11434", api_key="")
8282
dspy.configure(lm=lm)
8383
```
8484

0 commit comments

Comments
 (0)