ExtraLicense - Buy, Sell, & Trade Your Licenses

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

XenForo [021] ChatGPT Bots

EL PaperBoy

Well-known member
021 submitted a new resource:

[021] ChatGPT Bots - Bot framework for ChatGPT API.

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 dependencies.


Developer usage guide


Get the OpenAI API key
PHP:

$apiKey = \XF::options()->bsChatGptApiKey;

Get OpenAI API
PHP:

Code:
/** \Orhanerday\OpenAi\OpenAi $api */
$api =...
Click to expand...

Read more

Continue reading...
 
Top