dukenst2006 / openai-exceptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAI powered fixes for wordpress sage errors

Use the OpenAI API together with Laravel Ignition's Suggestions to show AI-powered fixes for errors in your Sage/Acorn application.

Get started

First install OpenAI Exceptions via Composer. You'll probably want to install it as dev dependency:

composer require --dev dukens/openai-exceptions

Next, publish the configuration file:

lando wp acorn vendor:publish --provider="Dukens\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}

About

License:MIT License


Languages

Language:PHP 94.9%Language:Blade 5.1%