"Is there a way to make the LLM keep track of and remember all the previous prompts in a chat?
Many times the LLM forgets previous prompts, and it makes it difficult to work on a scalable process—for instance, to improve a piece of code by adding new features."
Try to tell the LLM in a prompt that is functioning like a chatbot and needs to remember the previous prompts and the conversation! Let us know what it does?
Hi @Gustavo,
This is a common challenge with LLMs. One effective strategy is to provide them with the latest version of your code. Additionally, consider including a brief introduction that outlines the steps you took to develop the code you’re sharing. This approach can greatly assist in understanding and further development.
Best,
Lucas
3 Likes