forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
326a4ea5bc
commit
7256fcc2be
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ pip install litellm==0.1.345
|
|||
|
||||
## Streaming Queries
|
||||
liteLLM supports streaming the model response back, pass `stream=True` to get a streaming iterator in response.
|
||||
Streaming is supported for OpenAI, Azure, Anthropic models
|
||||
Streaming is supported for OpenAI, Azure, Anthropic, Huggingface models
|
||||
```python
|
||||
response = completion(model="gpt-3.5-turbo", messages=messages, stream=True)
|
||||
for chunk in response:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue