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

Audio Resource Undefined array key \"transient\ #172

Closed samehdoush closed 1 year ago

samehdoush commented 1 year ago

php 8.2

$response = $client->audio()->transcribe([ 'model' => 'whisper-1', 'file' => fopen('audio.mp3', 'r'), 'response_format' => 'verbose_json', ]);

"message": "Undefined array key \"transient\"",
    "exception": "ErrorException",
    "file": "vendor\\openai-php\\client\\src\\Responses\\Audio\\TranscriptionResponseSegment.php",
    "line": 56,
pb30 commented 1 year ago

This should be resolved on recent version, are you on v0.6.4+?

samehdoush commented 1 year ago

This should be resolved on recent version, are you on v0.6.4+?

thank you , it is working