Open AI and ChatGPT Documentation
Helpful documentation for OpenAI and ChatGPT.
Installation
No dependency on PHP version and LARAVEL version
STEP 1: Run the composer command:
composer require chatgpt/docSTEP 2: Laravel without auto-discovery:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
ChatGPT\Doc\ChatGPTDoc::class,How to use?: It's Very Easy
DIRECT USE BY ROUTE
- >>
Just install and run the below route
Ex: http://your-website/chatgpt-doc
Ex: http://localhost:8000/chatgpt-doc