- Son görülme
- Katılım
- 13 Mar 2022
- Mesajlar
- 2,811
- Ödüller
- 9
- Hobi/Meslek
-
Developer usage guide
Get the OpenAI API key
PHP:
Kod:
$apiKey = \XF::options()->bsChatGptApiKey;
Get OpenAI API
PHP:
Kod:
Kod:
/** \Orhanerday\OpenAi\OpenAi $api */
$api = \XF::app()->container('chatGPT');
PHP:
Kod:
Kod:
use BS\ChatGPTBots\Response;
/** \Orhanerday\OpenAi\OpenAi $api */
$api = \XF::app()->container('chatGPT');
$messages = [
['role' => 'user', 'content' => 'Hello!']
];
$reply = Response::getReply(
$api->chat([
'model'...
Devamını Oku
Bu RSS https://xenforo.gen.tr/ üzerinden çekilmektedir.