Hello everyone,
I've been working on a custom assistant using the OpenAI playground for months, and I'm consistently running into a major issue. My assistant works great for the first couple of messages, but as the conversation gets longer, it starts to forget key instructions from my initial prompt.
I'm using GPT-4o with a temperature of 0.10, so the responses are very consistent, but the core problem of it losing focus persists.
I've read some articles and posts that suggest techniques like "restate, remind, and frame" within the conversation, or even adding reminders to the "run" instructions. The latter seems like a poor practice, but I'm at a point where I'll try anything to make this work.
Has anyone else faced this exact problem with the model losing its "north" in longer chats? What was your solution? Is there a best practice for managing memory or reminding the model of its core instructions without completely disrupting the flow? Any help or examples would be greatly appreciated.
Thanks in advance!