Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 955 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 955 Bytes

GPT-3 Chat Web App

OpenAI (GPT3) API Usage In PHP.

Check out the sister project built in Go:

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

PHP Version

Simplest Setup And Configuration.

  1. Clone the repository
  2. Run composer install
  3. Create a database and import ChatGPT.sql
  4. Update connect.php with your database credentials
  5. Run php -S localhost:8000 in the root directory or use any other local server
  6. Open http://localhost:8000 or Your Local Server URL in your browser.
  7. Enjoy!

Screenshot 2022-12-04 at 21 56 29