openai-php / client

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

[Bug]: when i update openai-php/client to v0.8.0, the function 'speechStream' doesn't exist。 #291

Closed ZhangKoven closed 6 months ago

ZhangKoven commented 6 months ago

Description

hi brother, when i updated openai-php/client to v0.8.0, the function 'speechStream' doesn't exist。 first i run composer update openai-php/client,the function 'speechStream' doesn't exist。 and then i run composer remove openai-php/client and composer require openai-php/client the function 'speechStream' still doesn't exist。 I don't know where went wrong,i need your help.

Steps To Reproduce

this is my AudioContract 微信图片_20231214083022 this is github's AudioContract 微信图片_20231214083222

OpenAI PHP Client Version

v0.8.0

PHP Version

8.1.17

Notes

thanks

gehrisandro commented 6 months ago

Going to create a new release today which includes the missing function.

ZhangKoven commented 6 months ago

ok, thank you