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

Llmchat/finalize #40

Merged
merged 17 commits into from
Feb 3, 2024
Merged

Llmchat/finalize #40

merged 17 commits into from
Feb 3, 2024

Conversation

nriedman
Copy link
Contributor

@nriedman nriedman commented Feb 3, 2024

Final LLM Chat UI with Greeting and Function Calling.

♻️ Current situation & Problem

The basic LLM chat infrastructure was done, but it did not include a welcome greeting and did not have function calling capabilities to summarize the chat into a concise chief complaint.

⚙️ Release Notes

Added function calling to the LLMInteraction struct's LLM model (currently commented out, as the function is not yet complete), and enabled a greeting message upon opening the app. Fine tuned the system prompt.

📚 Documentation

NA

✅ Testing

NA

📝 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 Feb 3, 2024

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (974a1e0) 39.55% compared to head (bc00bf7) 39.34%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   39.55%   39.34%   -0.21%     
==========================================
  Files          33       34       +1     
  Lines        1014     1045      +31     
==========================================
+ Hits          401      411      +10     
- Misses        613      634      +21     
Files Coverage Δ
Intake/Home.swift 76.32% <100.00%> (ø)
Intake/ChiefComplaint/SummaryView.swift 0.00% <0.00%> (ø)
Intake/ChiefComplaint/LLMInteraction.swift 36.24% <33.34%> (+3.63%) ⬆️

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 974a1e0...bc00bf7. Read the comment docs.

@nriedman nriedman enabled auto-merge (squash) February 3, 2024 22:46
Copy link
Contributor

@ninaboord ninaboord left a comment

Choose a reason for hiding this comment

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

incredible work team

@nriedman nriedman merged commit 4c61cbe into main Feb 3, 2024
7 checks passed
@nriedman nriedman deleted the llmChat/finalize branch February 3, 2024 22:47
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.

2 participants