• Resolved jarohaoa23

    (@jarohaoa23)


    Can I disable the chatbot in a way that nothing is shown on the response and the api call in the llm is not made so I can add my own reply without limits UI buy maybe a filter?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @jarohaoa23 ! 👋

    Yes you can use the following filter: mwai_chatbot_takeover( $takeoverText, $query, $params ). This let’s you return a text value before the query is made.

    Thread Starter jarohaoa23

    (@jarohaoa23)

    One last question,can these question added to the queries tab so are subject to the limit not unlimited requests?

    Plugin Support Val Meow

    (@valwa)

    Hey @jarohaoa23! 👋

    This won’t be added to the queries as no query is done. However, you have another alternative: reducing the number of user credits each time this filter is triggered if you use a custom credit system.

    Please note that limits and queries are pro features, so I can’t provide further help on this forum. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Chatbot disable chatbot.’ is closed to new replies.