Merge pull request #41 from rachfop/patch-1

Update README.md
This commit is contained in:
Michael Yang
2024-01-30 14:31:17 -08:00
committed by GitHub

View File

@@ -138,7 +138,7 @@ async def chat():
asyncio.run(chat())
```
Setting `stream=True`` modifies functions to return a Python asynchronous generator:
Setting `stream=True` modifies functions to return a Python asynchronous generator:
```python
import asyncio