Sandro Gehri
Sandro Gehri
see: https://beta.openai.com/docs/api-reference/completions/create#completions/create-stream should we support stream response?
Tinkered around a bit creating a request object similar to the existing response objects to provide the users a bit more guidance when creating an API request. Curious to hear...
Added a more fine granular exception handling for all so far known exceptions. But I wasn't able to find a documentation about all the errors the API possibly returns. If...
Hi there According to the [API documentation](https://github.com/openai/openai-openapi/blob/master/openapi.yaml#L3486) the `status_details` of a file must be an `object` or `null`. But I never receive an object there but we ran into [the...
This PR adds support for snapshot testing on Livewire components. This PR depends on https://github.com/pestphp/pest/pull/954
This PR adds the ability register an event dispatcher. When a request has been handled successfully and an event dispatcher is registered, a `RequestHandled` event will be dispatched. The event...
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...
This PR adds a Recorder and Card to integrate in a Laravel Pulse Dashboard. The card supports two metrics: - **Requests per user**: Shows the number of requests per user....
Starting from v2.2.3 Arch tests not matching any object are considered as successful instead of risky. Given the following test: ```php test('global') ->expect('Invalid\Namespace') ->toUseStrictTypes(); ``` v2.2.3 returns the following output:...
## Description This PR improves the assertion error message for column state tests by adding the current value. Here is an example of the changed message: _Failed asserting that a...