From ffe4284f5fa4f6287ec6b664bea624ef3d5f5d21 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 5 Aug 2023 15:11:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba33d4bf6..6048ce1cd0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Stable version pip install litellm==0.1.1 ``` -Streaming Queries +## streaming Queries liteLLM supports streaming the model response back, pass `stream=True` to get a streaming iterator in response. ``` response = completion(model="gpt-3.5-turbo", messages=messages, stream=True)