You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,8 @@ agent = Agent(model)
397
397
398
398
### Ollama
399
399
400
-
To use [Ollama](https://ollama.com/), you must first download the Ollama client, and then download a model.
400
+
To use [Ollama](https://ollama.com/), you must first download the Ollama client, and then download a model using the [Ollama Model Library](https://ollama.com/library)
401
401
402
402
You must also ensure the Ollama server is running when trying to make requests to it. For more information, please see the [Ollama documentation](https://github.com/ollama/ollama/tree/main/docs)
403
+
404
+
For detailed setup and example, please see the [Ollama Setup](https://github.com/pydantic/pydantic-ai/blob/main/docs/api/models/ollama.md).
0 commit comments