Update README.md

This commit is contained in:
Krish Dholakia 2023-09-18 17:28:46 -07:00 committed by GitHub
parent 912835bcac
commit dffaaad6c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,11 +77,6 @@ response = completion(model="command-nightly", messages=messages)
**Don't have a key? We'll give you access 👉 https://docs.litellm.ai/docs/proxy_api**
Stable version
```
pip install litellm==0.1.424
```
## Streaming
liteLLM supports streaming the model response back, pass `stream=True` to get a streaming iterator in response.
Streaming is supported for OpenAI, Azure, Anthropic, Huggingface models