Is there any updated solution to this error. I am still getting the error (Stream interrupted (client disconnected).)
I tried to degrade the version openai to 0.25.0 and even tried with the latest version of openAI.
If there is any solution to solve this error, please let me know.
I faced the same problem and same info. The interesting thing is one day after when I checked again, they informed the process has been completed successfully. Not sure why but it is what I experienced. Hope it helps!
I am not following you at all, @racarr202 , sorry about that.
OpenAI provides 2 API wrappers yes, but so do others. These are just API wrappers. OpenAI is kind enough to provide two. There are wrappers for many programming languages and many work very good, like the Ruby gem ruby-openai which is a great API wrapper, works flawlessly.
Good news: stream interrupted is only preventing you from viewing progress not actually fine tuning. To reinitiate your stream and check progress call your api key then use: openai --api-key APIKEY api fine_tunes.follow -i FINETUNEID to reinitiate your stream and follow your progress.
I followed the link “list fine-tunes endpoint”, use below format and replace $OPENAI_API_KEY with my openai API string, quickly I can retrieve several results of my previous attempts.