IhsanDevs / EdgeGPT

Bing AI Chatbot WebSocket API Wrapper for PHP
MIT License
21 stars 5 forks source link

Root package 'ihsandevs/php-edge-gpt' cannot require itself in its composer.json. #1

Closed TebanS2 closed 1 year ago

TebanS2 commented 1 year ago

Root package 'ihsandevs/php-edge-gpt' cannot require itself in its composer.json. if I change the name of the project in json composer it is installed, however it throws the following error Fatal error: Uncaught Error: Class "Ihsandevs\EdgeGpt\Chatbot" not found in...

IhsanDevs commented 1 year ago

Root package 'ihsandevs/php-edge-gpt' cannot require itself in its composer.json.

if I change the name of the project in json composer it is installed, however it throws the following error

Fatal error: Uncaught Error: Class "Ihsandevs\EdgeGpt\Chatbot" not found in...

Do not only display the error message. Also show the code you wrote that is related to the relevant library.