-
Notifications
You must be signed in to change notification settings - Fork 452
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
[New Plugin] Medical Advice Detection #688
base: main
Are you sure you want to change the base?
Conversation
removing unnecessary
removing unnecessary
removing unnecessary
removing unnecessary
removing unnecessary
Prettier Style Formatting
Prettier Style Formatting
Prettier Style Formatting
Prettier Style Formatting
@b4s36t4 @vrushankportkey |
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.
Interesting take on a plugin implementation.
I guess this could be called a generic plugin instead of a medicalkeywords plugin. Because this plugin just invokes a function which is expected to be user defined,
imo, this should not be in the default plugin category.
Thank you @narengogi for your opinion on this, Yes, It just invokes a function, but I'm not aware of more complex logic's and I'm super excited to work on that, can you provide me even more details to improve, like what will be the expectation and result. Hope you will guide me in the following way. |
Plugin Name: Medical Advice Detection
Plugin Description: Detects Medical Advice in the generated response and flags a warning whenever the LLM provides a medical advice.
Core logic:
Related Issues:
Finally all unit tests pass by running