[021] ChatGPT Autoresponder [Deleted]

I'm fascinated by this chatGPT thing but I have no idea where to start yet. Can someone give me some idea please?

Is there even a tutorial for this add-on?
 
would be good if we could set a random window to delay the reply - say anywhere between 5 and 180 minutes. this way a reply might be done 30 minutes after the member posts or up to 180 minutes.
 
Last edited:
Something I found a bit odd. I assume that this addon provides access to the "standard" ChatGPT bot. On Cafesaxophone we have a from to test this and the form its called "Ask the Sax Bot". The user account for the bot is named The Saxbot.

However I know of no reason that the bot shouldn't answer any question whether or or not on the topic of saxophones.

But one of the bot responses I got (to a question about craters on the moon) implied it is a saxophone & musicspecialist bot

As a sax bot, my knowledge is limited to saxophones and related music topics. However, I can tell you that the deepest crater on the moon is the South Pole-Aitken Basin, which is about 13 kilometers deep and 2,500 kilometers in diameter. This basin is one of the largest and oldest impact craters in the solar system.

Is this to be expected? I actually do want the bot to answer any question on whatever topic? How could the bot "assume" it is only meant to answer "on topic" questions?
 
Is this to be expected? I actually do want the bot to answer any question on whatever topic? How could the bot "assume" it is only meant to answer "on topic" questions?
Because the bot is programmed that way. He knows that he is a bot on a forum that answers a question in a certain topic in a certain section so that he answers the questions as correctly as possible. This add-on was originally planned for quick answers to specific questions, and not for chatting with bots on various topics. Apparently, the name of the "Ask the Sax Bot" section is enough for him to think that he is a saxophone bot :D
 
Apparently, the name of the "Ask the Sax Bot" section is enough for him to think that he is a saxophone bot :D
Thanks I was wondering if that was the case. I'll do some more experimenting. That makes more more sense than being based on the username.

BTW people are presuming the saxbot's pronoun is she as opposed to he. Possible due to their Avatar:

Screenshot 2023-03-12 at 09.49.32.png
 
Last edited:
Further testing in a different forum section shows that it doesn't seem to be due to the name of the forum, rather the that the question actually addressed the bot:

"Hey sax bot,..."
 
  • Like
Reactions: 021
How do I implement if I would like to let users to use this autoresponder in private? So his conversation with the AI is not seen by others?
 
How do I implement if I would like to let users to use this autoresponder in private? So his conversation with the AI is not seen by others?
Unfortunately, there is no such possibility in the add-on and is not planned.
 
I understand chatGPT is all about training. But are we all individually chatting with (training) a different Bot or we actually feed the same bot as all other users in this the same forum or even the universe?
 
I understand chatGPT is all about training. But are we all individually chatting with (training) a different Bot or we actually feed the same bot as all other users in this the same forum or even the universe?
The bot is not trained on messages that come to it through the API. You get answers from the ChatGPT API, which is for everyone, but the request is made individually for each case.
 
Would it be better if we use a prefix of the post title to trigger the use of this add-on instead of select the "Allow AI replies"?
 
I got this error:

Code:
InvalidArgumentException: ChatGPT Quick Reply Bot error: Empty reply src/addons/BS/ChatGPTQuickReplyBot/Service/QuickReply.php:50
Generated by: Unknown account Mar 15, 2023 at 12:33 PM
Stack trace
#0 src/addons/BS/ChatGPTQuickReplyBot/Job/Answer.php(22): BS\ChatGPTQuickReplyBot\Service\QuickReply->answer()
#1 src/XF/Job/Manager.php(260): BS\ChatGPTQuickReplyBot\Job\Answer->run(7.99272)
#2 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 7.99272)
#3 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 7.99272)
#4 job.php(43): XF\Job\Manager->runQueue(false, 8)
#5 {main}
Request state
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(51) "https://cafesaxophone.com/forums/saxbot/post-thread"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Seemed to be in regard to this post at 12:33


Where presumably they didn't get a response because they didn't tick yes (defaults to no)
 
I got this error:

Code:
InvalidArgumentException: ChatGPT Quick Reply Bot error: Empty reply src/addons/BS/ChatGPTQuickReplyBot/Service/QuickReply.php:50
Generated by: Unknown account Mar 15, 2023 at 12:33 PM
Stack trace
#0 src/addons/BS/ChatGPTQuickReplyBot/Job/Answer.php(22): BS\ChatGPTQuickReplyBot\Service\QuickReply->answer()
#1 src/XF/Job/Manager.php(260): BS\ChatGPTQuickReplyBot\Job\Answer->run(7.99272)
#2 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 7.99272)
#3 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 7.99272)
#4 job.php(43): XF\Job\Manager->runQueue(false, 8)
#5 {main}
Request state
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(51) "https://cafesaxophone.com/forums/saxbot/post-thread"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Seemed to be in regard to this post at 12:33


Where presumably they didn't get a response because they didn't tick yes (defaults to no)
Hello. Unfortunately, this log does not contain the necessary information to determine the problem, since you have a version earlier than 1.3.1, which fixes this defect. Please update the add-on and try to create a similar message again. If you get a response, then it was probably a temporary overload of ChatGPT.
 
Top Bottom