Update readme

This commit is contained in:
ParthSareen 2024-11-19 16:42:27 -08:00
parent ffe7588093
commit 61633fe5b6

View File

@ -63,8 +63,9 @@ A custom client can be created with the following fields:
```python
from ollama import Client
# default client
client = Client()
# or
# or custom client
client = Client(
host='http://localhost:11434',
timeout=None,