Managing Context and Memory for OpenAI API Chat Applications
Introduction
Here's something that might surprise you: The OpenAI API doesn't remember anything between API calls. Each request is completely isolated, with no built-in memory of what you just discussed. So how do applications like ChatGPT maintain t...
alvincrespo.hashnode.dev6 min read