Thank you for putting this together!
The chat functionality posts only the latest message to the OpenAI API. This is speedy, but loses chat context, so it's more like question answering than chat. For example:
Me: Hello. My name is Bob. What's my name?
ChatGPT: Your name is Bob.
Me: What's my name again?
ChatGPT: I don't know your name.
To fix this, I'd like to post the full chat history to the OpenAI API. How would I do it? Or, do you plan to add it yourself?
Thanks in advance!
Thank you for putting this together!
The chat functionality posts only the latest message to the OpenAI API. This is speedy, but loses chat context, so it's more like question answering than chat. For example:
To fix this, I'd like to post the full chat history to the OpenAI API. How would I do it? Or, do you plan to add it yourself?
Thanks in advance!