This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
composer require subashrijal5/chatgpt-laravel
In config/app.php add provider
Subashrijal5\ChatgptLaravel\ChatgptLaravelServiceProvider::class
Using Facade:
use Subashrijal5\ChatgptLaravel\Facades\ChatgptLaravel;
$response = ChatgptLaravel::studyNotes('Your Topic');
available methods:
use Subashrijal5\ChatgptLaravel\Facades\ChatgptLaravel;
ChatgptLaravel::askQuestion('Your question');
ChatgptLaravel::correctGrammer('Your Topic');
ChatgptLaravel::essayWriter('Your Topic');
ChatgptLaravel::essayOutline('Your Topic');
ChatgptLaravel::storyTeller('Your Topic', 'Your Genre');
ChatgptLaravel::storyTeller('Your Topic');
ChatgptLaravel::solveMathematicalProblem('Your Problem');
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.