From 96751184e74cedd8a755aa5bc0ff4b37977046d6 Mon Sep 17 00:00:00 2001 From: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:36:59 -0500 Subject: [PATCH] Update src/cohere/v2/client.py --- src/cohere/v2/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cohere/v2/client.py b/src/cohere/v2/client.py index a6abbebb8..a4e465e79 100644 --- a/src/cohere/v2/client.py +++ b/src/cohere/v2/client.py @@ -259,6 +259,7 @@ def chat_stream( "p": p, "return_prompt": return_prompt, "logprobs": logprobs, + "stream": True, }, request_options=request_options, omit=OMIT,