kennethleungty / Llama-2-Open-Source-LLM-CPU-Inference

Running Llama 2 and other Open-Source LLMs on CPU Inference Locally for Document Q&A
https://towardsdatascience.com/running-llama-2-on-cpu-inference-for-document-q-a-3d636037a3d8
MIT License
950 stars 212 forks source link

Any idea how to let it remember all previous prompt and answers like ChatGPT so it can have continuous chat? #28

Open jhhspace opened 11 months ago

jhhspace commented 11 months ago

I've been trying ways to get it to remember the questions and answers like how ChatGPT does it to have continuous with context chat, but keeps failing.