Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat with context #12

Open
jswift24 opened this issue Apr 2, 2023 · 0 comments
Open

Chat with context #12

jswift24 opened this issue Apr 2, 2023 · 0 comments

Comments

@jswift24
Copy link

jswift24 commented Apr 2, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant