openai-php / client

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

Sample with functions return error. #170

Closed Jonston closed 1 year ago

Jonston commented 1 year ago

Sample with functions call return error. Fatal error: Uncaught TypeError: OpenAI\Responses\Chat\CreateResponseMessage::__construct(): Argument #2 ($content) must be of type string, null given

pb30 commented 1 year ago

Are you on latest version (currently v0.6.4)?

Jonston commented 1 year ago

Are you on latest version (currently v0.6.4)?

I refresh version.Thank you a lot!