nanos/openai-exceptions
最新稳定版本:1.0.2
Composer 安装命令:
composer require nanos/openai-exceptions
包简介
Use the OpenAI API together with Laravel Ignition's Suggestions to show AI-powered fixes for errors in your Laravel application.
README 文档
README
Use the OpenAI API together with Laravel Ignition's Suggestions to show AI-powered fixes for errors in your Laravel application.
See Add AI powered fixes to your Laravel error pages for details.
Get started
First install OpenAI Exceptions via Composer. You'll probably want to install it as dev dependency:
composer require --dev nanos/openai-exceptions
Next, publish the configuration file:
php artisan vendor:publish --provider="Nanos\OpenaiExceptions\OpenAiSolutionServiceProvider" --tag="config"
This will create a config/openai-exceptions.php configuration file in your project, which you can modify to your needs. All options are documented in the file, but the only one you need is your OpenAI API key, which you'll specify in your .env file:
OPENAI_API_KEY={YOUR KEY HERE}
Customising the prompt
If you wish to customise the prompt that is being sent to the OpenAI client for every exception, you can publish the blade view, and change it as desired:
php artisan vendor:publish --provider="Nanos\OpenaiExceptions\OpenAiSolutionServiceProvider" --tag="views"
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-10