Stream interrupted (client disconnected) during fine_tunes.follow

While the command line API didn’t work, the Python API worked for me:

openai.FineTune.retrieve(id="<fine_tune_id>")

1 Like