We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b90b4b commit 76ef048Copy full SHA for 76ef048
docs/docs/index.md
@@ -78,7 +78,7 @@ Instead of wrangling prompts or training jobs, DSPy (Declarative Self-improving
78
79
```python linenums="1"
80
import dspy
81
- lm = dspy.LM("ollama_chat/llama3.2", api_base="http://localhost:11434", api_key="")
+ lm = dspy.LM("ollama_chat/llama3.2:1b", api_base="http://localhost:11434", api_key="")
82
dspy.configure(lm=lm)
83
```
84
0 commit comments