• Resolved desmondgrey

    (@desmondgrey)


    Thank you for creating such an awesome plugin. I am considering purchasing the PRO version as well. I have a few suggestions that I hope you can implement in the future:

    1. Could you add a button next to the “send” button that would clear the chat messages and start a new one? This would be very useful for people like me who use the chatbox in fullscreen.
    2. Can you provide a pre-defined list of colors for the chatbox?
    3. If I click outside the chatbox, can you make it automatically minimize or at least add a “close” button on the chatbox when using the popup method?
    4. As a PRO user, would it be possible to have the option to change the icon of the chatbox displayed on our page?

    Thank you for your time and consideration of these suggestions.

    • This topic was modified 1 year, 10 months ago by desmondgrey.
    • This topic was modified 1 year, 10 months ago by desmondgrey.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter desmondgrey

    (@desmondgrey)

    And I just noticed, that any users can view our detailed prompt just by using the network tab on inspect element.

    Is there a way we can hide this?

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @desmondgrey,

    Could you add a button next to the “send” button that would clear the chat messages and start a new one? This would be very useful for people like me who use the chatbox in fullscreen.

    I just did ?? You are able to change its text as well. When the input is empty, the button will be in “Clear” mode, when there is something, it will be in “Send” mode.

    Can you provide a pre-defined list of colors for the chatbox?

    I can create new themes, for sure! But it’s easy to make yours, or play with the ChatGPT theme and change the colors in the Settings. If you want to have a totally different design, I would need to be point at some chatbot online, and I could try to replicate a different design and make it into a theme, definitely ??

    If I click outside the chatbox, can you make it automatically minimize or at least add a “close” button on the chatbox when using the popup method?

    I can share some code later to do that, you’ll need to inject it through the AI Engine filters (not difficult). But I don’t recommend it – I have never seen a chatbot disappearing or changing size while I am browing a page where it is (the user might want to do something else on the page).

    As a PRO user, would it be possible to have the option to change the icon of the chatbox displayed on our page?

    Haha, of course! That will be in the Free, as it’s a very simple and basic feature. Surprisingly, nobody ever asked yet; even though I have already set up a few images and you could also use a custom one. I’ll add this in the Settings a bit later.

    And I just noticed, that any users can view our detailed prompt just by using the network tab on inspect element.

    I am not sure you need to do this; most websites don’t bother hiding the data that goes through (and users don’t check it).

    That said, you can use a placeholder in the Context like {MY_SECRET_CONTEXT} and inject your real context before the query is made to the AI. You can do this by using the filter mwai_ai_query, which will be available in the 0.5.0 (next release). It works similarly to the filter mwai_ai_reply I talk about here: https://meowapps.com/ai-engine/tutorial/#modify-the-reply-or-perform-an-action-on-it.

    I hope it helps ??

    Plugin Author Jordy Meow

    (@tigroumeow)

    About this:

    If I click outside the chatbox, can you make it automatically minimize or at least add a “close” button on the chatbox when using the popup method?

    I realized you might not have seen the close button because it’s white by default… ?? But there is one! In the latest release, I have added a new color called “Header Buttons Color” that you can change in the Settings. That will fix it for you.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Also, have a look here: https://meowapps.com/ai-engine/tutorial/#modifying-the-query-and-secret-prompts. I have tried and it works well ?? But please wait for version 0.5.0.

    Hey Jordy

    Further to @desmondgrey suggestions/requests

    Do you think it would be possible to add in a feature where you hook into the WordPress current user and therefore use the username in the chatbot?
    So instead of saying ”User” it will be the users username/display name and it would be even cooler if it could be added to the context so the AI responds with the users name.

    Also a regenerate button would be cool, so in situations where it was being used to generate answers (for example) then the user could hit the regenerate button and it would resubmit the previous input and get a new answer/response.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Do you think it would be possible to add in a feature where you hook into the WordPress current user and therefore use the username in the chatbot?

    It’s now possible! ?? Have a look in the FAQ, I talk about this in there. I didn’t add the placeholders to the context or the start_sentence yet, but I will. That said, even without using the name of the user in the context, the AI will see it as part of the discussion.

    Also a regenerate button would be cool, so in situations where it was being used to generate answers (for example) then the user could hit the regenerate button and it would resubmit the previous input and get a new answer/response.

    I will add this to the todo list!

    Thread Starter desmondgrey

    (@desmondgrey)

    Hello Sir Jordy,

    I have another suggestion regarding the Image Generator page. Could it be possible to add another checkbox in the settings located below the “Continue” checkbox? The function of this button would be to automatically save the generated images to the Media Library, which would save time for those who generate hundreds of photos.

    Thank you so much!

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @desmondgrey,

    Do you mind starting a new topic on the forums about “New features of Image Generator”? It would make it clearer for other users and for me, a better follow-up can be possible ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Enhancements’ is closed to new replies.