forked from phoenix/litellm-mirror
doc cleanup
This commit is contained in:
parent
fd515f2a07
commit
8d2a4a597a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ print(response)
|
||||||
We've implemented an `__anext__()` function in the streaming object returned. This enables async iteration over the streaming object.
|
We've implemented an `__anext__()` function in the streaming object returned. This enables async iteration over the streaming object.
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
Here's an example of using it with openai. But this
|
Here's an example of using it with openai.
|
||||||
```python
|
```python
|
||||||
from litellm import completion
|
from litellm import completion
|
||||||
import asyncio, os, traceback, time
|
import asyncio, os, traceback, time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue