openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.7k stars 483 forks source link

Add "has_more" to the fine tuning list responses, add pagination parameters to list jobs request #206

Closed gehrisandro closed 11 months ago

gehrisandro commented 11 months ago

This PR adds the missing "has_more" to the fine tuning jobs and events list responses.

Additionally it adds the missing parameters to filter the jobs list.