• Resolved Ajay Ghaghretiya

    (@ajayghaghretiya1)


    Hello Team,

    This is a very good plugin, but we have some additional questions to achieve our original requirements.

    We would like to have our custom ChatGPT (which we can guide according to our requirements) and need to search and handle all queries in this custom GPT instead of the default GPT. Is this possible with this plugin?

    Additionally, we want to give users the ability to create a new chat session when they click on the “new chat” option. Currently, the AI Engine plugin uses a shortcode that displays the same chat history for each user every time they visit.

    Please let us know if this is possible with this plugin, or if there is any workaround solution available.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • cloudchan

    (@cloudchan)

    Hi Ajay,

    AI Engine is one great plugin which has the easy API for you to enhance and create your applications. And it can support a lot of LLMs such as Open Router, ChatGPT, MS Azure and Ollama / Llama (in future agreed by the author) …etc. It is one elastic tool which can allow you to create any possibilities !!

    I think you can pre-define some discussions by the AI Engine’s default feature. You can try this ShortCode [mwai_discussions id=”default” text_new_chat=”+ Start New Discussion”] where you can refer to https://meowapps.com/ai-engine/tutorial/ in detail.

    AI Engine has API to allow you to create new Chat Rooms with different chatIds. I have just created one simple chatbot and test it with different chatIds. If the ChatBot is using the same chatId, all conversations by calling the same ChatBot are same and therefore all users can share the same conversation by logging in the same ChatBot. I don’t think AI Engine’s default ChatBot can allow some normal users to create one new session for sharing discussion of the same topic like WhatsApp Group. In ChatGPT, the discussions are private only for the login user. I think the discussions of AI Engine should be also private discussion (not sharing) but I am not sure (due to no time to verify it). You can try [mwai_discussions id=”default” text_new_chat=”+ Start New Discussion”] for testing. If it cannot work, you can make your owned ChatBot which can allow user to create one new chatroom with another new chatId and then different users can start to use this new chat room to share the new same conversation.

    Best Regards. Cloud

    • This reply was modified 5 months ago by cloudchan.
    • This reply was modified 5 months ago by cloudchan.
    • This reply was modified 5 months ago by cloudchan.
    Plugin Support Val Meow

    (@valwa)

    Hey @ajayghaghretiya1! ??

    You can’t use custom GPTs outside of OpenAI; that’s their restriction. What you might be interested in are Assistants, which you can query through the API with AI Engine: Assistants (OpenAI) – AI Engine | Meow Apps

    When you click the “clean” button, a new conversation starts. You can effectively turn on the discussion feature that will let you use the discussion shortcode and see the discussion in the admin backend of the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.