Skip to content

Commit 5567dab

Browse files
Update install.md for Ollama (#225)
Co-authored-by: Sydney Runkle <[email protected]>
1 parent 9cf0f06 commit 5567dab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ agent = Agent(model)
397397

398398
### Ollama
399399

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)
401401

402402
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

Comments
 (0)