ChatGPT Marco

ChatGPT Marco 2.2.0

No tiene permiso para descargar
  • Iniciador del hilo Iniciador del hilo axtona
  • Fecha de inicio Fecha de inicio
Registrado
28 Jun 2020
Mensajes
4.532
Puntuación de reacciones
1.420
Credits
$12.499
gracias a mi miembro querido @jessysubmitió un recurso nuevo: ChatGPT Framework-Este complement proporciona funciones auxiliares para trabajar con ChatGPT.
Ver adjunto 46377
Este add-on proporciona funciones auxiliares para trabajar con ChatGPT.

Permite que establezcas una clave de API para los add-ons que trabajan con ChatGPT y evitar la carga de dependencias duplicadas.

Guía de uso para desarrolladores

Obtén la clave de API de OpenAI
PHP:
$apiKey = \XF::options()->bsChatGptApiKey;
Obtener API de OpenAI
PHP:
/** \Orhanerday\OpenAi\OpenAi $api */
$api = \XF::app()->container('chatGPT');
Obtén respuesta de ChatGPT
PHP:
use...
Read more about this resource...
 
thanks to dear member @jessy updated [021] ChatGPT Framework with a new update entry:

changelog

The group of settings has been renamed in accordance with the name of the add-on
New method removeMessageDuplicates in message repo
New method fetchMessagesFromConversation in message repo
Now \BS\ChatGPTBots\Response::getReplyWithLogErrors accept $throwExceptions argument to throw exceptions on error instead of returning default reply
Now the prepareContent method in message also converts mentions into hits

Read the rest of this update entry...
 
A new update for [021] ChatGPT Framework 2.2.0 is now available for free download. Big thanks to the contribution from our member @axtona !
change log
Fix: Exception when creating alias for class \BS\ChatGPTFramework\Enums\JsonSchema\Type
New methods in MessagesDTO: map, mapKeepContentStringForRoles, toModerationInput, transformDeprecatedRoles, transformRoles
New MessageRole: DEVELOPER
New method in ChatWrapper: moderate(array $input, string $model = 'omni-moderation-latest')
Read the rest of this update entry...
 
Superior