You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: