As far as I know, OpenAI's real-time system maintains the context and previous messages. Is there a way to clear the old context and start fresh?
Activity
devpras22 commentedon Mar 10, 2025
Only in the session right which is 15 minutes. You want to refresh memory/context within this 1 sesh?
programmerraja commentedon Mar 10, 2025
@devpras22 yeah we would like to do within 15 min how about both can we do is there is any option?
devpras22 commentedon Mar 10, 2025
If you are using web sockets then you can disconnect and reconnect before every message?
For a less elegant way, trying prompting it - not sure how effective that would be though
programmerraja commentedon Mar 10, 2025
@devpras22 thank you for your suggestion is there is any other way we do without reconnect