Update README.md

Fixes back ticks on code block.
This commit is contained in:
Patrick Rachford
2024-01-29 21:49:20 -08:00
committed by GitHub
parent cf3ab807c8
commit 46291d49a7
+1 -1
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