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

Consolidating UI + tuning LLM Assistnat prompt with few shot prompting #72

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

apgupta3303
Copy link
Contributor

Consolidating UI + tuning LLM Assistnat prompt with few shot prompting*

♻️ Current situation & Problem

Link any open issues or pull requests (PRs) related to this PR. Please ensure that all non-trivial PRs are first tracked and discussed in an existing GitHub issue or discussion.

⚙️ Release Notes

*Made UI consistent throughout app
*Performed few shot tuning on LLM Assistant prompts

📚 Documentation

Please ensure that you properly document any additions in conformance to Spezi Documentation Guide.
You can use this section to describe your solution, but we encourage contributors to document your reasoning and changes using in-line documentation.

✅ Testing

Please ensure that the PR meets the testing requirements set by CodeCov and that new functionality is appropriately tested.
This section describes important information about the tests and why some elements might not be testable.

📝 Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 1.04167% with 95 lines in your changes are missing coverage. Please review.

Project coverage is 10.15%. Comparing base (67abe87) to head (d64b4bd).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   10.11%   10.15%   +0.04%     
==========================================
  Files          62       62              
  Lines        3581     3579       -2     
==========================================
+ Hits          362      363       +1     
+ Misses       3219     3216       -3     
Files Coverage Δ
Intake/Home.swift 92.16% <100.00%> (+0.08%) ⬆️
Intake/Surgery/SurgeryView.swift 0.00% <ø> (ø)
Intake/LLMFiltering.swift 0.00% <0.00%> (ø)
Intake/Allergy Records/AddAllergy.swift 0.00% <0.00%> (ø)
Intake/ScrollablePDF.swift 0.00% <0.00%> (ø)
Intake/Allergy Records/AllergyRecords.swift 0.00% <0.00%> (ø)
Intake/Medical History/MedicalHistoryView.swift 0.00% <0.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67abe87...d64b4bd. Read the comment docs.

Copy link
Contributor

@nriedman nriedman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks so much for the hard work you're putting into this.

@nriedman nriedman merged commit dd66b86 into main Mar 12, 2024
7 checks passed
@nriedman nriedman deleted the UIChanges branch March 12, 2024 09:26
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

Successfully merging this pull request may close these issues.

4 participants