Update readme

This commit is contained in:
ParthSareen
2024-11-20 13:45:38 -08:00
parent ffe7588093
commit 61633fe5b6
+2 -1
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,