I want to develop a chat app using gpt-3.5-turbo
. I'm using NodeJS.
I would like it to save the state of the conversation with the user, so I won't have to send the whole conversation and the priming each time.
What I want to accomplish is very similar to what chatbot ui is doing today. Is it possible?