openai-php / client

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

[0.6.x] add chat completion function calling #144

Closed gehrisandro closed 1 year ago

gehrisandro commented 1 year ago

Adds support for function calls. See:

This is possibly a breaking change ("content" is now nullable).