Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Indeed! Try version 0.4.6. It should be fixed ??

    Thread Starter caroivan

    (@caroivan)

    Thank you so much, you are awsome, it is already working perfectly with the update.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Super, I am glad @caroivan! I can go to bed happily haha (1am here in Japan), that made me stayed up a bit more ?? Don’t hesitate to leave a little review, it helps. And of course, if any issue, also let me know!

    Thread Starter caroivan

    (@caroivan)

    Thnak you Jordy, I reviewed the plugin and followed you in your social media. I just have two suggestion, I would like the chatbot to have: 1) an indicator that the bot is “thinking” as “…” moving or a text; 2) An icon for the user and the bot such as chatgpt. Aditionally, I was thinking that when an user use too much the bot, it just make bigger and longer, so if there is many request it would cause an issue with the page design, so it would be great if the bot instead of became longer just have a rigth bar when you can up and down. Here is an application that I create in node js that have the icon an the indicator: Codex – Your AI (split-icardenasc.vercel.app)

    Plugin Author Jordy Meow

    (@tigroumeow)

    1. I have already a spinner in the button; you don’t think it’s enough? Let’s see; I didn’t have any other feedback about this so I felt like it was okay. I can see the “…” would be cool, thing is, the chatbot is in pure JS, so it’s very light and easy to modify for anyone right now (even my injecting code), so I don’t want to complexify it too much. I’ll make another bot in React as well, which will be much closer to ChatGPT, and usable in both client-side and admin-side (and it will do something really cool but that will be a surprise!)
    2. Update to 0.4.7, just released ?? If you remove the ai_name and user_name, you’ll get avatars instead.
    3. If you want to limit the max height of the chatbot, you could use CSS for this right? That way, you can do it exactly the way you want. Normally, my CSS is clean enough to add the scrollbar exactly where it should be (that happens when the chatbot is in a popup).
    Thread Starter caroivan

    (@caroivan)

    Thank you for your answer Jordy, 1. the spinner button is great, but despite others gpt chats, it does not write progressive (letter by letter), so I personally would like an indication directly on the text such as the (…) or that the bot write letter by letter in the text area, thats a part of the gpt magic. In the other hand, I have a question, in tools we have a content generator that allows us to write with a title, keywords, sections, writing style and tone; I love it, but I would like to put it into my wordpress site, so users can acces to it directly my the website, not just in the wordpress admin, is it possible to include a shortcode that allows us to incluide that advaced generator in our websites? Thank you so much again Jordy.

    Plugin Author Jordy Meow

    (@tigroumeow)

    About this progressive letters: I am not sure it’s a good idea to mimic ChatGPT if it’s not exactly ChatGPT. I explain:

    I know a lot of chatbot tries to imitate to look “cool”, but it’s not that great. ChatGPT actually streams the answer actually being built in realtime from the server. They can do this easily because it’s their own system (and we could do this too, but it causes other issues, especially if we want to moderate usage, calculate statistics, etc). So yeah, many chatbots imitates it by “typing” a character every few milliseconds. That looks extremely robotic to me, plus it actually delays the actual answer (which the chatbot already received, but because of that effect, it takes more time to actually display). This is why I am not for it.

    However, we could think of a different effect, like a transition on the height of the container to welcome the answer, then a very quick and smooth opacity animation. That could actually be nice, without delaying the answer nor badly imitating a typewriter ??

    My priority is to make everything super solid, stable and adaptable. It’s very important for me, as I want to help users creating something great, rather than just providing something that seems fun out of the box but half broken and impossible to adapt. I am careful at every step.

    I have a question, in tools we have a content generator that allows us to write with a title, keywords, sections, writing style and tone; I love it, but I would like to put it into my wordpress site, so users can acces to it directly my the website

    I would like to keep the current Content Generator in the WP Admin, as it really made for it, and parts of it will be re-used in the Post Editor for example. Also, it has a certain design, that will be modified overtime but always for the WP Admin.

    However, I am working on another solution: AI Forms. This is my big project this week, and hopefully I will be able to release it today or tomorrow. Basically, you’ll be able to use blocks to create a page with fields (textfields, select, etc) and a button will gather the inputs, and produce an outputs. With the AI Forms, you will be able to create your own Content Generator too ?? And better, it will be styled just like your theme.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Ios problem’ is closed to new replies.