Okay well it's a chat app where you chat directly with an LLM. The way LLMs work is you feed the entire chat history into it, and it generates the next message. Therefore, there's no way you can chat with it without storing the history. It's impossible
Okay well it's a chat app where you chat directly with an LLM. The way LLMs work is you feed the entire chat history into it, and it generates the next message. Therefore, there's no way you can chat with it without storing the history. It's impossible