OpenAI (GPT3) API Usage In PHP.
https://github.com/SanHacks/AiGen With features:- Text to Speech(GPT Speaks back to you)
- Speech to Text(You Speak to GPT)
- Image Generation: Speech & Text Supported
- Weekly feature update
Simplest Setup And Configuration.
- Clone the repository
- Run
composer install - Create a database and import
ChatGPT.sql - Update
connect.phpwith your database credentials - Run
php -S localhost:8000in the root directory or use any other local server - Open
http://localhost:8000or Your Local Server URL in your browser. - Enjoy!