ChatGPT chatbot in Tadabase

Hello,

Has anyone made a chatbot with Tadabase? I am trying to use the OpenAi pipe but I could not find a way to store the prevoius messages to feed them back to OpenAI API on each Pipe call.
I would love to hear if somebody has done it in some way.

Thanks
Alex

Hey @avralex

OpenAI requires the previous messages to be sent in an array. There’s likely a way to do this by storing the messages in a separate table with a connection to a parent chat record. You could then use our API to get all the connected records.

You might be better off using an external chatbot builder like

There’s numerous others available as well