From 6c472d261f074fecbc0e87ff63d3e4636ebda411 Mon Sep 17 00:00:00 2001 From: Parth Sareen Date: Thu, 21 Nov 2024 14:29:11 -0800 Subject: [PATCH] Update README.md Co-authored-by: Michael Yang --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc73e5e..c39a91e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ See [_types.py](ollama/_types.py) for more information on the response types. Response streaming can be enabled by setting `stream=True`. -Streaming Tool/Function calling is not yet supported. +> [!NOTE] +> Streaming Tool/Function calling is not yet supported. ```python from ollama import chat