forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
ffe4284f5f
commit
1c1ee94481
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Stable version
|
||||||
pip install litellm==0.1.1
|
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.
|
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)
|
response = completion(model="gpt-3.5-turbo", messages=messages, stream=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue