Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
yingbull pushed 13 commits to main ClinicianFOCUS/FreeScribe
- Update what happens on no model return on the models drop down be27417
- Post processing Experimental label 4ca5ddd
- fixed error in create_processing_section using label instead of key 8f396c3
- Updated the setting name "Local Whisper" to "Built-in Speech2Text" ef08441
- Hide docker settings and docker status bar behind feature logic gate 07da47d
- Fixed API spam error on model drop down e3b39ce
- Renamed Whisper references to Speech2text with whisper in brackets 625cd04
- Merge branch 'main' into dev 0a34904
- Guard clause 211f9d3
- f string sourcery 2fac719
- Delete file if not uploaded. Uploaded files should remain on disk a936caa
- Fixed invervted bool causing files to only delete temp and not remote. now deletes temp and not remote abf3adf
- Merge pull request #192 from ClinicianFOCUS/dev e9591d2
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Misc. UI Changes as discussed in meeting tuesday
- #191 - #188 - #187 and friendly term Speech2text with whisper in brackets ie "Speech2text (Whisper) endpoint" - #184 - #180 ## Summary by Sourcery Fix checkbox creation for local whisp...yingbull created a comment on a pull request on ClinicianFOCUS/clinicianfocus-installer
This is good, but sourcery, please make an issue ticket to track adding a line to documentation on how to change the system network from public to private as a future improvement.
yingbull pushed 4 commits to main ClinicianFOCUS/clinicianfocus-installer
yingbull closed an issue on ClinicianFOCUS/clinicianfocus-installer
Change default model on toolbox installer
Change the advanced install default model to the Ollama library gemma 2 2b it q8yingbull closed a pull request on ClinicianFOCUS/clinicianfocus-installer
General bug fixes, running model post install, issue force running llm in installer, and default model in advanced tab.
## Summary by Sourcery Update the NSIS installer to use the new 'gemma2:2b-instruct-q8_0' model version and fix issues related to model execution and checkbox state handling. Bug Fixes: - Fi...yingbull created a review on a pull request on ClinicianFOCUS/clinicianfocus-installer
yingbull pushed 12 commits to main ClinicianFOCUS/clinicianfocus-installer
- user defined api key for both llm and whisper 89d7f49
- macro to create env files 9bd8c50
- generate random api key 1af48be
- conditional api info page 5f15a19
- make api key and ip selectable bff6c73
- remove unused plugin 9397d22
- add firewall rule in background 802593c
- medium whisper by default 452677b
- api info page 2e79dc6
- cleanup e2772c7
- extract api gen func 05f8250
- Merge pull request #38 from ClinicianFOCUS/final-page-info 8edb9c4
yingbull closed a pull request on ClinicianFOCUS/clinicianfocus-installer
Api key and Endpoint Page
**Issue** #37 ## Summary by Sourcery Add a new page to display API key and endpoint information for LLM and S2T services. Refactor variable names for API key handling and introduce functionality ...yingbull pushed 3 commits to main ClinicianFOCUS/FreeScribe
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Disable non-basic ui elements on start record, and remove menu bar from minimized view
- Recording now disables unnecessary UI elements that can cause the program to error out. - Removed settings button from minimized view as it was causing unexpected transparency behaviors. Also, i...yingbull pushed 10 commits to main ClinicianFOCUS/FreeScribe
- disable the local settings when remote active 03eaa29
- removed api style dropdown commented out for now 8cd409d
- Change the model dropdown to either local or remote models on Use local llm check/uncheck 6354b84
- Removed chatgpt preset refer to documentations bc06898
- changed timeout and added custom to loading values so we can bail network check in failure. c0295c3
- updated gitignore dec81a6
- Merge branch 'main' into disable-set-fix 77fdfc8
- Remove repetitive code 9ee914d
- Added URL validation on llm endpoint ping f84e814
- Merge pull request #175 from ClinicianFOCUS/disable-set-fix d7ec686
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Remove Kobold API style, Added custom to the Loading Models Dropdown, Remove chatgpt preset
## Summary by Sourcery Enhancements: - Removed the API Style dropdown - Removed ChatGPT to further explain how to connect to the documentation. #166 - Added a custom option to the models lis...yingbull created a review comment on a pull request on ClinicianFOCUS/FreeScribe
Commented (unless logic gate works) - but this is planned for revision so sourcery, make an issue ticket to track
yingbull created a review on a pull request on ClinicianFOCUS/clinicianfocus-installer
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Update model presets and enhance settings management
Really just updated the presets to the latest settings files and provided the local preset. Small changes in code to load/unload model when loading different presets. Note: Removed JanAI preset ...yingbull pushed 22 commits to main ClinicianFOCUS/FreeScribe
- Get avail architectures function 46a6e60
- User available architecture function to update our list ea6b38e
- Add the architechture state install files 521368c
- .gitignore 41edfcb
- remove white space 9e3a12d
- removed state file creation from installer 77622c8
- added acheck if a preset that doesnt exist is still in the settings. if so dont display and display error. a3cc077
- bundled state CPU/NVIDIA files in exe 2720908
- Moved predefined state files into scripts folder and renamed d335d63
- Moved predefined state files into scripts folder and renamed b93b551
- added the error check to preset drop down 11becc8
- Updated the state check to work work with new bundled states f854cda
- removed testing state files bf1fd38
- Added safety check for both state files existing 8e13123
- Added safery check to the architecture if nvidia is no longer avail e40dfa3
- changed to static variable constants sourcery suggestions e1eb6eb
- Update src/FreeScribe.client/UI/SettingsWindowUI.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@user... 6067adb
- Update src/FreeScribe.client/UI/SettingsWindow.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.... 37ee7f6
- removed debug prints and condensed if statements b17e923
- Sourcery code condensing suggestions c703e15
- and 2 more ...