ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,297
- Points
- 823
Reputation:
Hey everyone,
I’ve been developing my own Candy AI Clone with Triple Minds character and personalities, custom memory handling. Everything works fine until I restart the session — then the AI forgets all previous chats, even though I’m saving the history in the database.
I’m using Python (FastAPI) for the backend and React for the frontend. The conversation data is stored in PostgreSQL, and I’m passing the last 10 messages as context to the model. But somehow, after a session refresh or...
Read more
Continue reading...
I’ve been developing my own Candy AI Clone with Triple Minds character and personalities, custom memory handling. Everything works fine until I restart the session — then the AI forgets all previous chats, even though I’m saving the history in the database.
I’m using Python (FastAPI) for the backend and React for the frontend. The conversation data is stored in PostgreSQL, and I’m passing the last 10 messages as context to the model. But somehow, after a session refresh or...
Read more
Continue reading...