-
Notifications
You must be signed in to change notification settings - Fork 12
Release: v1.1.0 #406
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
Merged
Merged
Release: v1.1.0 #406
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and improved defaults evaluation/evals.py: Removed unused Reference column from input requirements and function signature. Added TODOs to improve flexibility and support defaults for instructions. Suggested running the script with uv for dependency management. llm_services.py: Refactored GPT41NanoHandler: Moved long prompt instructions into a class-level INSTRUCTIONS string. Simplified and cleaned up the handle_request method. Added default fallback behavior: uses INSTRUCTIONS if no query is provided. Removed duplicate and commented-out prompt scaffolding.
…ude API client code from service module.
…r-is-not-clickable-on-mobile Added handleForm to MdNavBar so Balancer logo triggers the function
…o include environment setup and dependencies
[#300] Add Python linting checks for PRs using GitHub Actions
…error handling, column validation, and batch processing
…'Contributing' section
…nd clarify external tools
…ith flex-shrink-0, to prevent future issues if the ui were to change around the icon.
…316-prior-medication-bugfix
…medication-bugfix Bugfix/20250825/316 prior medication bugfix
[#345] Enable chatbot to search bipolar research docs
BUGFIX: OpenAI model reasoning summary requires org verification
…e hidden class on mobile so it's always displayed
feat: #335 - Edit wording on notice to introduce first release; remove hidden class on mobile so it's always displayed
feat: #395 - Add balancer email to Data Sources page
Balancer/392/euthymic
Author
Changelog- Update deployment.yml @TineoC
- Update kustomization.yml @TineoC
- Added handleForm to MdNavBar so Balancer logo triggers the function [#313] @annunziatoc
- [#300] Add Python linting checks for PRs using GitHub Actions [#305] @sahilds1
- ADD COLUMN for med sources table @taichan03
- hoping this fix all the errors this table is causing. @taichan03
- update @taichan03
- Standardized icon and Balancer logo sizes in the sidebar [#315] @annunziatoc
- [#262] Choose a model and prompt using evals [#306] @sahilds1
- [#317] Speed up LLM evals using asyncio [#318] @sahilds1
- Display source 08102025 [#334] @taichan03
- feat: #348 - Update responsive sizings for chat overlay [#353] @StubberG3
- feat: #339 - Add donate link to top nav, sidenav, and footer; restruc… [#351] @StubberG3
- feat: #337 - add 'Donate' button to the About page [#350] @StubberG3
- Balancer/336/feedback [#352] @StubberG3
- feat: #335 - edit wording of header banner [#349] @StubberG3
- [#307] Update the README [#308] @sahilds1
- update dockerfile because of needing new image @taichan03
- Merge branch 'listOfMed' of https://github.com/CodeForPhilly/balancer-main into listOfMed @taichan03
- update zoom in the pdf reader @taichan03
- feat: #359 - Add animation to chat button [#365] @StubberG3
- feat: #358 - Add legal disclaimer to medication suggestion and footer [#360] @StubberG3
- feat: #340 - Display explanatory text when there are no options for each tier [#355] @StubberG3
- Balancer/357/about [#362] @StubberG3
- bugfix: #347 - Add any_pregnancy to clear form logic [#356] @StubberG3
- bugfix: #319 - Fix yesterday's date issue for publication date [#363] @StubberG3
- update the pdf reader @taichan03
- Merge branch 'listOfMed' of https://github.com/CodeForPhilly/balancer-main into listOfMed @taichan03
- re do sources so that it has buttons @taichan03
- Merge branch 'listOfMed' of https://github.com/CodeForPhilly/balancer-main into listOfMed @taichan03
- fixed the paitant panel where other info selected was not being diaplyed @taichan03
- [#345] Enable chatbot to search bipolar research docs [#364] @sahilds1
- BUGFIX: OpenAI model reasoning summary requires org verification [#386] @sahilds1
- save changes to insert sources in patent summary @taichan03
- feat: #335 - Edit wording on notice to introduce first release; remove hidden class on mobile so it's always displayed [#397] @StubberG3
- feat: #395 - Add balancer email to Data Sources page [#396] @StubberG3
- Balancer/392/euthymic [#398] @StubberG3
- feat(ci): update containers-publish workflow @themightychris |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improvements
Technical