- 2023-10-25
- 2,642
- 38
无名 提交新资源:
[021] ChatGPT Framework - [021] ChatGPT Framework
阅读关于此资源更多信息...
[021] ChatGPT Framework - [021] ChatGPT Framework
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 guideGet the OpenAI API key
PHP:
$apiKey = \XF:ptions()->bsChatGptApiKey;
Get OpenAI API
PHP:
/** \Orhanerday\OpenAi\OpenAi $api */
$api = \XF::app()->container('chatGPT');
Get reply from ChatGPT
PHP:
use BS\ChatGPTBots\Response;
/**...
阅读关于此资源更多信息...