I'm using GPT3.5 for my bachelor thesis but after testing it a while it seems like it keeps forgetting messages.
I'm sending the history of my last 10 messages and the starting message (for instructions) but if the history reaches a certain length it keeps forgetting things in the instruction. I can also reproduce this behaviour in the playground.
Is this normal and is there a way to avoid forgetting certain messages or is the only way to trim the history that is send to the API?