Hi,
I am integrating fine tunes and I have set up a pool function to retrieve the status of my fine tunes. So I wait for fine_tuned_model to fill up and I look at the logs through the events field
So I send a lot of requests to check the state of a single fine-tunes. I would like to suggest you to set up Webhooks that allow to switch to “interruptible” mode.
When fine_tuned_model or events is updated then OpenAI sends a request to a URL defined in the administration interface.
This mode of operation is quite common, Stripe does it for example,
Best
Michael