ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,710
- Points
- 823
Reputation:
ENXF NET submitted a new resource:
[021] ChatGPT Bots - Bot framework for ChatGPT API.
Read more about this 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
Get OpenAI APIPHP:$apiKey = \XF::options()->bsChatGptApiKey;
Get reply from ChatGPTPHP:/** \Orhanerday\OpenAi\OpenAi $api */ $api = \XF::app()->container('chatGPT');
PHP:use...
Read more about this resource...