Hi Jordy, thanks a lot for creating such an AMAZING plugin! I haven’t figured out all possibilities of this plugin, but they seem pretty limitless….
I was wondering if it is possible to upload an image via the chat? Like for instance, someone uploads an image of a scenery or building, to ask the AI bot to describe or provide information about this image/picture. If it’s not available already, is it something you’re thinking of adding in the future?
Thanks!
This topic was modified 2 years, 3 months ago by nikkoboy.
You need to select a Vision-capable model and then enable the “Vision” option. A new button will appear in the chatbot input zone to allow your users to upload images. 😺
Do you know if/when the API will be able to check live data (ex: upcoming events dates, actual prices, etc) like ChatGPT 4 ? With https://chat.openai.com/ I’m able to get this information, but not with the API (I tried ChatGPT 3.5, 4, 4 Turbo, and it only querries historical data, not current data).
Also, I noticed a peculiar behavior of the plugin: when the bot replies to my question, the text is dark instead of white: https://imgur.com/a/zsHqq62 Have you heard of a similar bug/behavior?
Thanks again for your help! You created a FANTASTIC tool!!
This reply was modified 2 years, 3 months ago by nikkoboy.
@valwa: I managed to solve the issue of the dark text on a dark background. This was caused by my theme, from which the chat widget inherited a style rule that sets the color of text for both (anchor or link) and (paragraph) elements within a webpage to a specific color. I solved it with a tiny css snippet:
/* Global style affecting all <a> and <p> */
a, p {
color: #242429; /* Dark color */
}
/* Specific override for the mwai-chatbot-container */
.mwai-chatbot-container a,
.mwai-chatbot-container p {
color: #ffffff; /* Lighter color for readability on dark background */
}
cheers
This reply was modified 2 years, 3 months ago by nikkoboy.
I have the same need but couldn’t solve it. I went to AI Engine > Chatbots > AI Model, and choose GPT-4 Turbo Vision (Preview), but there is not Vision – Enable checkbox, and no image icon is showed on the front end.
Can you tell me what am I missing?
Thanks!
This reply was modified 1 year, 11 months ago by Daniel.
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Upload image in chat’ is closed to new replies.