This add-on provides helper functions for working with ChatGPT.
It allows you to set an API key for add-ons that work with ChatGPT and avoid loading duplicate dependencie
Get OpenAI API
$apiKey = \XF::options()->bsChatGptApiKey;
Get reply from ChatGPT
use BS\ChatGPTBots\Response;
/**...