#Persistent memory and whatsapp chat import

1 messages · Page 1 of 1 (latest)

sick sluice
#

Hey,
I use chatgpt mainly for my daily operations and it is a bit annoying to give gpt the context of everything what's around me again and again and again, to be sure it understands what i am talking about.
Question 1 . what's the best way to give gpt4 something like a persistent memory?
Question 2 . i'd like to do some test about profilation with whatsapp chat,thus i want to export some long conversations, replacing sensible data such as name/surname etc and ask gpt4 questions like "how do you think the relationship between these person are" and similar. What's the best way to do that? Consider that i talk about files that contains 1 million words and similar 😄

Thank you

indigo hazel
#

Use the api to talk code with the Assistants using gpt4 turbo, it has a memory. Or do it cheaper with 3.5 turbo (not quite as good). You can use them in the openai playground if coding is not suitable.