laravel icon indicating copy to clipboard operation
laravel copied to clipboard

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API

Results 12 laravel issues
Sort by recently updated
recently updated
newest added

Hello, Do you plan on adding support for the new Batch OpenAI API? https://platform.openai.com/docs/guides/batch Thank you!

Hey could you please add support for Assistant V2 API to use the latest OpenAI API features. Thank you.

When I define to use the OpenAI::threads()->createAndRun with stream true, I'm getting a error with de result parse. `OpenAI\Exceptions\UnserializableResponse {#1453 ▼ // app/Helper/OpenIAHelper.php:43 #message: "Syntax error" #code: 0 #file: "...

Most Laravel commands have support for multiple .env files via --env option. This PR adds this support to Open AI for Laravel as well

The package currently uses Guzzle directly, which means requests won't appear in core tools like Pulse and Telescope. It would be great if Laravel's HTTP client could be used instead...

Currently only supports segment based timestamps, word based timestamps are also available: https://platform.openai.com/docs/api-reference/audio/createTranscription needs support for property of timestamp_granularities which is an array of strings ``` timestamp_granularities[] array Optional Defaults...

I've tried a solution from #60, and every time I get a `Resource not found` error while creating a thread using OpenAI facade. Thanks :)

This is very useful to use drop in replacements of the openai-api for local models.

Hello everyone, In the current version it is not possible to obtain the object "usage" from ThreadRun. Thank you.

At times, ChatGPT may display the following error message: "That model is currently overloaded with other requests." This issue arises due to the high volume of users attempting to access...