[021] ChatGPT Framework

Add-ons [021] ChatGPT Framework 2.1.1

Register & Get access to index

XenForo

Administrative
  • Thread starter
  • Admin
  • #4
XenForo updated [021] ChatGPT Bots with a new update entry:

1.1.0

Message repository
fetchMessagesFromThread – Loads the context for the bot from the topic. Bot quotes are transformed into his messages for the correct context.
PHP:
public function fetchMessagesFromThread(
    Thread $thread,
    int $stopPosition = null, // Thread post position to which to load the context
    ?User $assistant = null, // Bot user to mark his messages in context
    bool $transformAssistantQuotesToMessages = true, // If false, bot message quote messages...

Read the rest of this update entry...
 

XenForo

Administrative
  • Thread starter
  • Admin
  • #5
XenForo updated [021] ChatGPT Bots with a new update entry:

1.2.0

\BS\ChatGPTBots\Response class features​

getReplyWithLogErrors(OpenAi $api, array $params): string – Receives a response and parse it to reply from the OpenAI API, logging the failure and adding the necessary information to the log.

Usage example
PHP:
$reply = Response::getReplyWithLogErrors($api, [
    'model'             => 'gpt-3.5-turbo',
    'messages'          => [],
    'temperature'       => 1.0,
    'frequency_penalty' => 0,
    'presence_penalty'  => 0...

Read the rest of this update entry...
 
  • Tags
    add ons [021] chatgpt bots chatgpt framework 1.6.0 download [021] chatgpt bots xenforo [021] chatgpt bots [021] chatgpt bots [021] chatgpt bots 1.0.0 [021] chatgpt bots 1.1.0 [021] chatgpt bots 1.2.0 [021] chatgpt bots xenforo [021] chatgpt framework 1.4.0 [021] chatgpt framework 1.5.0 [021] chatgpt framework 1.5.1 [021] chatgpt framework 2.1.0 [021] chatgpt framework 2.1.1
  • Back
    Top Bottom