From 61633fe5b642ab3cdec52ed6323930ae4196b2fb Mon Sep 17 00:00:00 2001 From: ParthSareen Date: Tue, 19 Nov 2024 16:42:27 -0800 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26167d8..f349cf9 100644 --- a/README.md +++ b/README.md @@ -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,