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

Improve test asserts requests with multiple parameter attributes #196

Open gehrisandro opened 1 year ago

gehrisandro commented 1 year ago

FineTuning->listJobEvents accepts accepts the Job-ID and some query parameters to filter the result. But currently it's not possible to assert, that the correct query parameters are sent.

(This is a to do for myself which came up while implementing the new FineTuning endpoint).