You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried some fine tunings on my openai platform.
And some of them are failed jobs.
When I call the $client->fineTuning()->listJobs() function on my project, it throws the exception.
I have checked the exception and it is because $attributes['hyperparameters'] is null for failed jobs.
OpenAI\Responses\FineTuning\RetrieveJobResponseHyperparameters::from(): Argument #1 ($attributes) must be of type array, null given, called in ...
I want to developer of this site to make the patch for this error quickly.
Description
I have tried some fine tunings on my openai platform.
And some of them are failed jobs.
When I call the $client->fineTuning()->listJobs() function on my project, it throws the exception.
I have checked the exception and it is because $attributes['hyperparameters'] is null for failed jobs.
I want to developer of this site to make the patch for this error quickly.
Steps To Reproduce
OpenAI PHP Client Version
v0.70.3
PHP Version
8.2
Notes
No response
The text was updated successfully, but these errors were encountered: