Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
yingbull pushed 6 commits to main ClinicianFOCUS/FreeScribe
- handling nonetype error in debug window for stdout c391311
- only loading the model if whisper settings changes 531b01a
- showing the taskbar icon in minimal mode d075e8c
- loading the model after the window is closed dc84bf1
- changes for minimized app 11f18a7
- Merge pull request #209 from ClinicianFOCUS/whisper-changes 38d9fdf
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Enhance STT reload logic and fix DebugWindow NoneType error
## Summary by Sourcery Enhance the settings saving process by comparing old and new Whisper model settings to conditionally reload the model, and fix a potential NoneType error in the DebugWindow ...yingbull pushed 5 commits to main ClinicianFOCUS/FreeScribe
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Nvidia version check
### Issue - #200 ## Summary by Sourcery Implement a version check for Nvidia drivers in the installer script to ensure compatibility with CUDA 12.1, and add a function to compare version numbers...yingbull closed a pull request on ClinicianFOCUS/FreeScribe
docs for building release on github
### Issue - #196 ## Summary by Sourcery Documentation: - Add documentation for the process of pushing and building a release on GitHub, including steps for checking out the main branch, pulling ...yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Replace string literals with enum values for 'Local Whisper' settings
## Summary by Sourcery Enhancements: - Replace string literals with enum values for accessing settings keys related to 'Local Whisper'.yingbull pushed 5 commits to main ClinicianFOCUS/FreeScribe
yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Load STT model on startup and refactor to global instance
If stt enabled/changes loading the new model on save ## Summary by Sourcery Load the local speech-to-text model on application startup if enabled and refactor the application to use a global inst...yingbull pushed 9 commits to main ClinicianFOCUS/local-llm-container
- pull and run model on build cfd432e
- keep model running forever 8cc7301
- rate limit from 1/s to 10/s 38d54ee
- create appuser with id 1000 474261a
- user name 4429877
- restart caddy unless stopped manually 61eba77
- caddy user issue c8dbe58
- handle error 240b459
- Merge pull request #14 from ClinicianFOCUS/load-model-on-start dc619e3
yingbull closed a pull request on ClinicianFOCUS/local-llm-container
Load model on start
### Issue - #10 - #12 - #9 - #11 ## Summary by Sourcery Load the 'gemma2:2b-instruct-q8_0' model on startup by adding an entrypoint script in the Docker setup. Update the Docker Compose c...yingbull pushed 9 commits to main ClinicianFOCUS/FreeScribe
- Make our debug go to our own custom buffer and console. ed13d91
- Classes to log our errors and stuff to a window 83034e7
- Documentation for DualOutput and DebugPrintWindow 111df1f
- Stream all std output to the dualout ouput class a713a4b
- Add the debug window to the help tab in the menu bar 88c6e82
- Add copy to clipboard button c1ceaf1
- Buffer size control b51e87f
- Added buffer size cap before removing old logs 8573c37
- Merge pull request #199 from ClinicianFOCUS/debug 0a5b007
yingbull closed an issue on ClinicianFOCUS/FreeScribe
Add debugging/error logging capability while being careful about PHI
Low prioirty should be the last thing on the list.yingbull closed a pull request on ClinicianFOCUS/FreeScribe
Add Debug Window
## Summary by Sourcery Add a Debug Window feature to the application, providing a GUI interface for viewing debug output. Enhance output management with a DualOutput class that captures console ou...yingbull pushed 15 commits to main ClinicianFOCUS/FreeScribe
- custom page for remove configs f7e23bc
- page header cab7453
- uninstall old config efa7e9e
- prompt user during install if they want to remove old config files 7788e6c
- remove old config d12d53e
- remove old config uninstaller 1183857
- handle error incase config files failed to remove 7f840de
- retry to remove configs 6a14c5c
- check if freescribe is running before uninstalling 500ea8d
- retry after closing freescribe 96dd382
- changes 29538db
- cleanup b179165
- installer and uninstaller cant have same functions 46ab934
- recommend removing config d5afb8d
- Merge pull request #193 from ClinicianFOCUS/uninstaller-options-remove-settings 4f8c9fa