承接 subashrijal5/chatgpt-laravel 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

subashrijal5/chatgpt-laravel

最新稳定版本:v1.0.1

Composer 安装命令:

composer require subashrijal5/chatgpt-laravel

包简介

README 文档

README

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

 composer require subashrijal5/chatgpt-laravel

In config/app.php add provider

 Subashrijal5\ChatgptLaravel\ChatgptLaravelServiceProvider::class

Usage

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');

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email subashrijal5@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

统计信息

  • 总下载量: 51
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-21