-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Enhancement: Chat rating button #901
Comments
I could really see this being integral to a future training feature, like prefer this kind of response, as I'm sure the main reason it exists for OpenAI is LLM training |
This would make me move from chainlit to librechat - is this on a roadmap? |
Yes it is! |
Great, thanks for the quick answer. Was just listening to the practical.ai episode :) |
I am about to embark on this task. However, I am tripping up on the environment building part.
|
@jumpei-kurata you need to configure the mongodb connection See: https://www.librechat.ai/docs/development/get_started#prepare-librechat |
@fuegovic Thank you.
|
@jumpei-kurata are you still getting an error message when starting the app? I am keen to see this feature also. |
What would happen to the data entered? For my use case, it would be helpful to capture this data locally and send it off to the LLM as training data. I would like to capture it locally for reflection purposes so users can reflect on what is working / not working for them. Once it's captured, it could be shown back to the users. |
Have a look at literal.ai (chainlit) approach which does much more with it. Users can create collections of "bad" conversations and use them as input for automated tests etc. I think having this feedback in an accessible way is key for a successful chat application |
Contact Details
No response
What features would you like to see added?
ChatGPT has a rating system for messages. This would be very useful for LibreChat for users who need moderation tools or want a feedback system.
This is what it looks like:
If the user clicks thumbs up or down, a pop up appears where they can add a message along with their rating:
These are the form of the request and response when submitting the rating:
More details
Hope this feature makes it in!
Which components are impacted by your request?
General, UI, Endpoints
Pictures
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: