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

In streaming response output, when a single character '0' is encountered, it will be converted to an empty string #128

Closed HackerWand closed 1 year ago

HackerWand commented 1 year ago

input prompt: An array composed of ten zeros

streaming response output:

const array = [, , , , , , , , , ];

Jietu20230524-215807

pb30 commented 1 year ago

What version of the library? Try upgrading to ~0.5.0~ 0.5.1

gehrisandro commented 1 year ago

Make sure you are using the latest version (v0.5.1), because '0' was stripped out in versions below v0.5.0 and in v0.5.0 stream responses didn't work at all.