External Publication
Visit Post

How do I enable or disable memory in API?

OpenAI Developer Community March 16, 2026
Source

Definitely doesn’t seem like they’re planning to add memory to the API anytime soon. I recently built a drop in memory storage and retrieval package for NodeJS projects if anyone here might find that useful! It uses GPT natively, stores memories in a vector store, and automatically handles all of the querying and memory extraction for you. All you have to do is call a recall() method when you want to fetch memories and a remember() method when you want to extract and store memories from a conversation.

github.com

GitHub - colinulin/mind-palace: Drop-in memory storage for LLM enabled projects...

Drop-in memory storage for LLM enabled projects that scales and solves the context size problem.

Discussion in the ATmosphere

Loading comments...