Admin 提交了一个新资源:
[021] ChatGPT Framework - ChatGPT
了解更多相关信息....
[021] ChatGPT Framework - ChatGPT
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:ptions()->bsChatGptApiKey;
Get OpenAI API
PHP:
/** \Orhanerday\OpenAi\OpenAi $api */
$api = \XF::app()->container('chatGPT')...
了解更多相关信息....