update streaming docs

This commit is contained in:
Krrish Dholakia 2023-09-04 15:55:15 -07:00
parent 1a2c3490d5
commit 8eb062f5e8

View file

@ -33,7 +33,7 @@ print(response)
```
## Async Streaming
We've implemented an `__anext__()` function in the streaming object returned. This
We've implemented an `__anext__()` function in the streaming object returned. This enables async iteration over the streaming object.
### Usage
```
from litellm import acompletion