openai-php / client

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

Batching #120

Closed nerra0pos closed 1 year ago

nerra0pos commented 1 year ago

Does this client lib support batching of requests as described here:

https://platform.openai.com/docs/guides/rate-limits/batching-requests

nunomaduro commented 1 year ago

Feel free to make a pull request that adds that feature.