#can a custom GPT have memory of previous conversations?

1 messages · Page 1 of 1 (latest)

elder valve
#

I want my gpt to be able to refer to things previously said, and extract themes from conversations over weeks, is this possible?

burnt mirage
#

No

cold bay
#

No, this is a engine restriction, none of the AI models can refer to different conversations to improve or reference

tepid belfry
#

I was wondering the same, this is a big limitation to have an app that doesnt remember any state

inland gull
#

GPTs can call APIs through actions. Could those APIs save save state on a server to be retrieved later in a different conversation? Probably wouldn't scale well.