Let RASA chatbot request answer from another chatbot

Hi, I have been building a chatbot with RASA which worked quite well. I have further implemented a chatbot with GPT-J which is a similar model as GPT-3. Now I would like to let my RASA chatbot certain questions to the GPT-J chatbot and provide the answer which the GPT-J Chatbot gives back to the RASA chatbot and to the user in the chat window. I’m wondering how I could do this with the actions scripts and in which form does the GPT-J chatbot needs to be e.g. a web chat or locally running in order that it works. Do you have some suggestions/ideas for me? Many thanks!

1 Like