Update README.md

This commit is contained in:
Ishaan Jaff 2023-08-05 15:11:39 -07:00 committed by GitHub
parent 4c07cf423d
commit ffe4284f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)