Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ee4da commit ef8f1f1Copy full SHA for ef8f1f1
openai/api_resources/fine_tune.py
@@ -200,5 +200,5 @@ async def astream_events(
200
api_version,
201
organization,
202
)
203
- for line in response
+ async for line in response
204
0 commit comments