forked from phoenix/litellm-mirror
update streaming docs
This commit is contained in:
parent
1a2c3490d5
commit
8eb062f5e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue