- Son görülme
- Katılım
- 9 Mar 2022
- Mesajlar
- 5,114
- Ödüller
- 10
- Hobi/Meslek
-
ENXF NET submitted a new resource:
[021] ChatGPT Bots - Bot framework for ChatGPT API.
Read more
Published by https://enxf.net
[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:
Click to expand...Kod:/** \Orhanerday\OpenAi\OpenAi $api */ $api =...
Read more
Published by https://enxf.net