How to Build a Chatbot With ChatGPT API and a Conversational Memory in Python
Metadata
- Author: Avra
- Full Title: How to Build a Chatbot With ChatGPT API and a Conversational Memory in Python
- URL: https://medium.com/@avra42/how-to-build-a-chatbot-with-chatgpt-api-and-a-conversational-memory-in-python-8d856cda4542
Highlights
- A more complex form of memory is remembering information about specific entities in the conversation. This is a more direct and organized way of remembering information over time. Putting it in a more structured form also has the benefit of allowing easy inspection of what is known about specific entities (View Highlight)