-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Enabling Threads and Retry for Web Chat #2232
Conversation
yk
commented
Mar 26, 2023
- separates prompter and assistant messages
- enables finding the current thread in the conversation tree in the web frontend
- adds a retry button on failed messages
I am curious as to which problem is solved by this? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice feature. But I wonder why we have to do 2 request to just send and get a message. Why we don't stream the message immediately when user post a prompter message? But anyway, I'm fine with it.