When using the OpenAI Conversation API, does the context persist until the conversation is deleted?

I’m trying to build an interface similar to ChatGPT that provides AI functionality to users.

Users should be able to create and delete chat rooms, and each chat room should allow prompt calls that reflect the chat context.

My concern is whether the Conversation maintains long-term context (i.e., persists until the user deletes the chat room).

Would it be possible to implement this functionality using the Conversation API?

I’ve been trying to find documentation about this, but it hasn’t been easy.

1 Like

https://platform.openai.com/docs/guides/your-data

1 Like