doc cleanup

This commit is contained in:
Krrish Dholakia 2023-10-26 11:33:37 -07:00
parent fd515f2a07
commit 8d2a4a597a

View file

@ -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