-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Llm chat/finalize #41
Conversation
… into llmChat/finalize
… into llmChat/finalize
… into llmChat/finalize
Philipp came in clutch here.
… into llmChat/finalize
… into llmChat/finalize
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.
Stellar work Nina way to go!
… into llmChat/finalize
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
==========================================
+ Coverage 39.34% 42.01% +2.68%
==========================================
Files 34 35 +1
Lines 1045 1107 +62
==========================================
+ Hits 411 465 +54
- Misses 634 642 +8
Continue to review full report in Codecov by Sentry.
|
*LLM Chief Complaint Functionality, Prompt, and Summary View *
♻️ Current situation & Problem
Before the pull request, we had a minimal implementation of the LLM chatbot. Our summary appeared but it looked ugly, and the LLM did not ask very detailed or specific questions.
⚙️ Release Notes
The LLM makes a summary of the chief complaint with a textbox that the patient is able to edit. The summary is now much more robust, and the LLM asks the patient more relevant questions than it did before. It's not limited anymore to just duration and severity. The textbox is now editable.
📚 Documentation
We commented out the naviagtion stack for now and plan on incorporating that after merging. We changed the LLM function call to now be more non-parametric and dynamic. We got rid of the parameters and instructed it to give us a summary instead. With less structure, we are able to harness all of the LLM's abilities.
✅ Testing
We have tested the LLM on a variety of medical concerns that are not included in the examples given in the system prompt, and we have gotten really great results with specific questions to the complaint.
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: