Maintaining Conversation Dialogue with OpenAI Python API
When trying to use Chat Completions through the OpenAI API, I run into difficulties with the model maintaining a memory of this conversation. I use a Python script to run a series of questions about a series of deals. I want to initialize the conversation for each new deal, but I want to make sure that the same conversation is maintained for all questions referencing the same deal.