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 ??