Thank you 🙂
Currently, we can display the chatbot in a full-page or as a small widget in the corner. It’d be great if we could embed it in the middle of a page with customizable size.
You can, you simply need to add the shortcode [mwai_chat] wherever you like it. You can build this shortcode with the Shortcode Builder, that will give you the right shortcode to use.
Then if you want to style it differently, you can apply your own CSS (https://meowapps.com/ai-engine/faq/#position-and-styling). Of course, I recommend making the chatbot yours by modifying the appearance and CSS is by far the best way.
Is it also possible to have the response by chatgpt to appear letter by letter (as if it’s typing)?
Actually, you should ask yourself why you want that 🙂 When we talk to friends through different chat system, this never happens. It only happens with ChatGPT, and mimicking it just for the sake of mimicking it is not a good reason to implement it; actually, the reason is technical:
I have a long explanation about this on the forums here, but for some reason I can’t find it easily (seems like the search doesn’t work at the moment). But basically, ChatGPT uses this effect because the response from AI is streamed. It’s not really letter by letter but more like tokens by tokens. Trying to simulate the same effect without using streaming will basically make the whole process slower, and the visitor will get the answer only “later”. So basically, its not very good to do this, except if it’s real streaming (but can’t be done through a plugin, otherwise it will cut a lot of features, and allow anyone to see your API Key for example).
Hello Jordy,
Well done great work.
I have a slight issue with displaying the images generated in the Playground. I mean the list under settings to the right
-
This reply was modified 3 years, 3 months ago by
emadoz00.
Can you share a screenshot with me @emadoz00 ?