-
-
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 #42
Commits on Feb 2, 2024
-
Added basic LLM functionality (#27)
Added SpeziLLM as a dependency to the project and created very basic infrastructure for the chief complaint (a button on the home screen leading to openAI onboarding and chat like what we saw in the demo on Jan 25th). # *Integrate basic LLM Functionality to the project* ## ♻️ Current situation & Problem Our project heavily depends on LLMs, but we did not yet have SpeziLLM as a dependency nor did we have any views set up for a chat interface with the LLM. ## ⚙️ Release Notes *Added SpeziLLM (including SpeziLLMOpenAI and SpeziLLMLocal) as a dependency to the project* *Created a Create Form tab on the home screen that links to a basic chat interface for the Chief Complaint* *Initialized for OpenAI LLM functionality, but not yet ready for local (i.e. no code written for downloading model)* ## 📚 Documentation The LLM modules are contained in the ChiefComplaint group for now. LLMInteraction is the chat UI, LLMOnboarding is the first time setup (for OpenAI, it requests an API Key, and once we get local LLM set up it will be able to initiate the setup for that). Onboarding files for OpenAI initialization are found in the OpenAI group, and onboarding files for local initialization are found in the Local group. ## ✅ Testing All the code in the ChiefComplaint group passes all the tests for a successful build at compile time. ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [Y] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
Configuration menu - View commit details
-
Copy full SHA for 974a1e0 - Browse repository at this point
Copy the full SHA 974a1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 352213a - Browse repository at this point
Copy the full SHA 352213aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d0b9a - Browse repository at this point
Copy the full SHA 32d0b9aView commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09b78d8 - Browse repository at this point
Copy the full SHA 09b78d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2013ec2 - Browse repository at this point
Copy the full SHA 2013ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e5a4b - Browse repository at this point
Copy the full SHA 68e5a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe71d5f - Browse repository at this point
Copy the full SHA fe71d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b21c243 - Browse repository at this point
Copy the full SHA b21c243View commit details -
Merge branch 'llmChat/finalize' of https://github.com/CS342/2024-Intake…
… into llmChat/finalize
Configuration menu - View commit details
-
Copy full SHA for 35d8b75 - Browse repository at this point
Copy the full SHA 35d8b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6582fdf - Browse repository at this point
Copy the full SHA 6582fdfView commit details -
Merge branch 'llmChat/finalize' of https://github.com/CS342/2024-Intake…
… into llmChat/finalize
Configuration menu - View commit details
-
Copy full SHA for 42c9888 - Browse repository at this point
Copy the full SHA 42c9888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6001af8 - Browse repository at this point
Copy the full SHA 6001af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76b8bc - Browse repository at this point
Copy the full SHA a76b8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d082cab - Browse repository at this point
Copy the full SHA d082cabView commit details -
Merge branch 'llmChat/finalize' of https://github.com/CS342/2024-Intake…
… into llmChat/finalize
Configuration menu - View commit details
-
Copy full SHA for 3eb5d0f - Browse repository at this point
Copy the full SHA 3eb5d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 502c929 - Browse repository at this point
Copy the full SHA 502c929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5519575 - Browse repository at this point
Copy the full SHA 5519575View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc00bf7 - Browse repository at this point
Copy the full SHA bc00bf7View commit details -
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](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [X] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md). --------- Co-authored-by: Nina Boord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c61cbe - Browse repository at this point
Copy the full SHA 4c61cbeView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67b3467 - Browse repository at this point
Copy the full SHA 67b3467View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ce520 - Browse repository at this point
Copy the full SHA b7ce520View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ff90bb - Browse repository at this point
Copy the full SHA 4ff90bbView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1582440 - Browse repository at this point
Copy the full SHA 1582440View commit details -
Configuration menu - View commit details
-
Copy full SHA for a61aab7 - Browse repository at this point
Copy the full SHA a61aab7View commit details -
Merge branch 'llmChat/finalize' of https://github.com/CS342/2024-Intake…
… into llmChat/finalize
Configuration menu - View commit details
-
Copy full SHA for 25244b2 - Browse repository at this point
Copy the full SHA 25244b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b72c81d - Browse repository at this point
Copy the full SHA b72c81dView commit details -
Merge branch 'llmChat/finalize' of https://github.com/CS342/2024-Intake…
… into llmChat/finalize
Configuration menu - View commit details
-
Copy full SHA for aa1a5a0 - Browse repository at this point
Copy the full SHA aa1a5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02dcd3b - Browse repository at this point
Copy the full SHA 02dcd3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 848a504 - Browse repository at this point
Copy the full SHA 848a504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5805aa0 - Browse repository at this point
Copy the full SHA 5805aa0View commit details -
Merge branch 'llmChat/finalize' of https://github.com/CS342/2024-Intake…
… into llmChat/finalize
Configuration menu - View commit details
-
Copy full SHA for e51a31c - Browse repository at this point
Copy the full SHA e51a31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 849f7b1 - Browse repository at this point
Copy the full SHA 849f7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a21aa - Browse repository at this point
Copy the full SHA b0a21aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b7ae7 - Browse repository at this point
Copy the full SHA 34b7ae7View commit details