Migrating to v1: How to create a fine-tuning job and stream using async client? #1136
Unanswered
Pythonic-Rainbow
asked this question in
Q&A
Replies: 1 comment
-
Moved to #1154 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v0, i have the following code (I changed a bit to make things clearer)
astream_events
is able to iterate and wait until the model is actually completed.I've migrated it to the following:
But now the async for loop doesn't wait until the model is actually completed. The messages also seem to be in the reverse order. I know that this is because it's not streaming, but I don't know how to enable streaming in this use case. Does anyone know how to do that?
Beta Was this translation helpful? Give feedback.
All reactions