• Resolved nikkoboy

    (@nikkoboy)


    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 9 months, 1 week ago by nikkoboy.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @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. ??

    Thread Starter nikkoboy

    (@nikkoboy)

    Wow, thanks @valwa ! It works great!

    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 9 months ago by nikkoboy.
    Thread Starter nikkoboy

    (@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 9 months ago by nikkoboy.
    Daniel

    (@damen02)

    Hi ?@valwa

    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 5 months ago by Daniel.
Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.