Can someone send me a long term memory gpt 3 based chatbot

i need a long term memory bot, just like chatgpt but with a long term memory. i have a youtube channel and need one for a long series of roleplay, on livestreams.

Have you checked github? What’s your experience level with programming? Have you searched the forums here yet?

Welcome to the forums, by the way…

I haven’t really found things with long term memory. I need something like ChatGPT, but having a memory, remembering all the past details mentioned. I can’t find anything tho.

I can’t vouch for any of these, but it’s a good place to start. I guess I should ask you to define “long term memory” too…

I’m working on my own version too…

1 Like

@PaulBellow these repo are interesting, what was the searching term you used ?

For long term memory you need a VectorDB,
Which is even possible with OpenAI API

I use Open-WebUI for that.
SuperAGI could also do the job.
Even n8n have prebuilt workflow that will offer you a chat with memory, for longer memory you will have to connect to a DB like PineCone