• Resolved bizx

    (@bizx)


    Looks like my bot has lost the context of the current post and picking stuff from elsewhere. It is also started lying to me about having had booked a calender slot and emailed me the invite!!!

    Before this broke, it used to read all the contact details I put in the page and tell me how to contact me. It even suggested I use the Calendly link to make a booking. WHat has changed? Or have I accidentally changed something?

    I got the setting for Context: content_aware=”true” context=”Article:\n\n{CONTENT}\n\n”

    And settings:

    I got Shortcode resolve enabled in settings and Content aware turned on but everything else is reset to default.

    Also got the following errors in the PHP log:

    FATAL2023-02-26 00:46:39
    Uncaught Error: Class “WP_Widget” not found in /home/site/public_html/wp-includes/widgets/class-wp-widget-block.php:17
    FATAL2023-02-26 00:43:13
    Uncaught Error: Undefined constant “ABSPATH” in /home/site/public_html/wp-includes/blocks/index.php:8
    FATAL2023-02-26 00:37:11
    Uncaught Error: Call to undefined function get_the_block_template_html() in /home/site/public_html/wp-includes/template-canvas.php:12
    FATAL2023-02-26 00:33:15
    Uncaught Error: Class “WP_Dependencies” not found in /home/site/public_html/wp-includes/class-wp-styles.php:18
    FATAL2023-02-26 00:32:47
    Uncaught Error: Class “WP_Dependencies” not found in /home/site/public_html/wp-includes/class-wp-scripts.php:18
    FATAL2023-02-26 00:32:29
    Uncaught Error: Undefined constant “ABSPATH” in /home/site/public_html/wp-includes/class-wp-http.php:11

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Looks like my bot has lost the context of the current post and picking stuff from elsewhere. It is also started lying to me about having had booked a calender slot and emailed me the invite!

    Don’t forget that AI is about hallucinating answers randomly and trying to get them as close as possible to a logical reply. When the AI doesn’t know, it goes crazy ?? But for this, you should check OpenAI documentations, YouTube and the numerous articles about it. Personally, I am using the OpenAI models but I can’t tell you more than all the resources online.

    I got the setting for Context: content_aware=”true” context=”Article:\n\n{CONTENT}\n\n”

    You should work your context a bit more. Having the {CONTENT} at the end is good, but before “Article:” you should tell the AI what it is supposed to be, like “You are the Assistant of My Website. Reply to the user requests only based on the content of this article. If they ask about any other subject, say that you don’t know. If they ask about our email, use [email protected].”

    Also, there are errors in your WordPress. It’s not caused by AI Engine so I can’t help unfortunately. But if it happens during the “Shortcodes Resolve” process, then the content fed to content aware might be empty. In that case, disable the Shortcodes Resolve.

    Thread Starter bizx

    (@bizx)

    Also, there are errors in your WordPress. It’s not caused by AI Engine

    Yeah – I see it too, Thanks.. Will fix that and try again.. with the updated prompt in front of Article.. @tigroumeow

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Something changed after the last update: Context = current post’ is closed to new replies.