client
client copied to clipboard
Fatal error: Cannot declare class OpenAI, because the name is already in use in E:\Xampp_8.2\htdocs\ia\vendor\openai-php\client\src\OpenAI.php on line 8 [Bug]:
Description
Installing and testing the repo I get this error: Fatal error: Cannot declare class OpenAI, because the name is already in use in E:\Xampp_8.2\htdocs\ia\vendor\openai-php\client\src\OpenAI.php on line 8
Steps To Reproduce
using the example code on home page i get this error
OpenAI PHP Client Version
v0.8.5
PHP Version
8.2
Notes
No response
I have the same issue, and I couldn't find the answer yet.
My issue was that I used use OpenAI\OpenAI;
Fixed with use OpenAI;