Posts
Comments
Comment by
dbraxi on
Upcoming Changes in Large Language Models ·
2023-04-08T10:03:04.681Z ·
LW ·
GW
There's an easy way of adding memory like you describe. Tell GPT-4 that it has memory and that it can remember by using the REMEMBER command. You then hook up this command to e.g. a vector database and GPT-4 will do proper queries on prompts like “Remember what I told you about the trip I’m planning? I want to revise it so that we leave in June instead of March. Can you suggest changes?”. I've tested this and it work pretty well.