subashrijal5 / ChatGPT-laravel
v1.0.1
2023-02-07 16:57 UTC
Requires
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0|^8.0
- phpunit/phpunit: ^8.0|^9.3
This package is auto-updated.
Last update: 2024-09-08 20:10:10 UTC
README
这里应该是你的描述。查看contributing.md以获取待办事项列表。
安装
通过Composer
composer require subashrijal5/chatgpt-laravel
在config/app.php中添加provider
Subashrijal5\ChatgptLaravel\ChatgptLaravelServiceProvider::class
用法
使用外观
use Subashrijal5\ChatgptLaravel\Facades\ChatgptLaravel;
$response = ChatgptLaravel::studyNotes('Your Topic');
可用方法
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');
变更日志
请参阅changelog以获取关于最近更改的更多信息。
测试
$ composer test
贡献
请参阅contributing.md以获取详细信息及待办事项列表。
安全
如果您发现任何安全相关的问题,请通过电子邮件subashrijal5@gmail.com而不是使用问题跟踪器。
致谢
许可证
MIT。请参阅许可证文件以获取更多信息。