openai-php / client

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

Add thread messages delete #418

Closed gehrisandro closed 3 weeks ago

gehrisandro commented 3 weeks ago

This PR adds the missing endpoint to delete messages from a thread: https://platform.openai.com/docs/api-reference/messages/deleteMessage

Implements #417