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

Catch up to current dev. #22

Open
wants to merge 552 commits into
base: main
Choose a base branch
from
Open

Catch up to current dev. #22

wants to merge 552 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 7, 2024

  1. type def

    pemba1s1 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d5cf820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dbdf86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa1ec96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96a2956 View commit details
    Browse the repository at this point in the history
  5. Add gemma license file

    ItsSimko committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f65d5fc View commit details
    Browse the repository at this point in the history
  6. error window

    pemba1s1 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f585beb View commit details
    Browse the repository at this point in the history
  7. cleanup

    pemba1s1 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bde982a View commit details
    Browse the repository at this point in the history
  8. cleanup

    pemba1s1 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    964c8a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. remove apply

    pemba1s1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6d60eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde3dc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    920c699 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from ItsSimko/offline-llm

    Offline llm
    ItsSimko authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    80572e2 View commit details
    Browse the repository at this point in the history
  5. add llama cpp to reqs

    ItsSimko committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    30150a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10 from ItsSimko/offline-llm

    add llama cpp to reqs
    ItsSimko authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c559bbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abff409 View commit details
    Browse the repository at this point in the history
  8. Updated plugins path

    ItsSimko committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b0a123e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #11 from ItsSimko/offline-llm

    Offline llm
    ItsSimko authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e93a612 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    954c365 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59a0e99 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a04d93 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    0a1e8a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from ItsSimko/offline-llm

     added  venv to gitactions, and upload llama_cpp via nsis
    ItsSimko authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    627c4c1 View commit details
    Browse the repository at this point in the history
  3. Possible requirements fix

    ItsSimko committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    15a6a6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67ecf09 View commit details
    Browse the repository at this point in the history
  5. removed q4 install

    ItsSimko committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    45c2ded View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ee103f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fb3781 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #13 from ItsSimko/offline-llm

    Offline llm
    ItsSimko authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3eac978 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8026dc9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #14 from ItsSimko/offline-llm

    Manually force install llama-cpp-python with cuda instead of requirem…
    ItsSimko authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    76afc47 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e4c11e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #15 from ItsSimko/offline-llm

    Forced to use the index url and not pypi
    ItsSimko authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    51a121b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d48d357 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    67da747 View commit details
    Browse the repository at this point in the history
  15. downgrade torch for mac

    pemba1s1 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d8b5a4b View commit details
    Browse the repository at this point in the history
  16. downgrade numpy yo 1.26.4

    pemba1s1 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    870ff2c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5fac1dc View commit details
    Browse the repository at this point in the history
  18. Update src/FreeScribe.client/client.py

    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    ItsSimko and sourcery-ai[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f8071a0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    90362e5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f05a64e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    258ec01 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6391f51 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b90e38f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b8cc8bc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    705d2ef View commit details
    Browse the repository at this point in the history
  26. Merge pull request #16 from ItsSimko/offline-llm

    Offline llm
    ItsSimko authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2cff3ab View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8ac854e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f9d6251 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    3f40a69 View commit details
    Browse the repository at this point in the history
  2. Fixed indentation

    ItsSimko committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4141b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85514e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0ff99a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    451ab75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bc403c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8468689 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1758700 View commit details
    Browse the repository at this point in the history
  9. Bundle icon and markdown in exe

    Co-authored-by: Pemba Norsang Sherpa <[email protected]>
    ItsSimko and pemba1s1 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6496f62 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #17 from ItsSimko/offline-llm

    Offline llm
    ItsSimko authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    02697be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1a5ee5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d225ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bee61a2 View commit details
    Browse the repository at this point in the history
  14. add to programdata

    pemba1s1 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a857398 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    649ef22 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7db7dd1 View commit details
    Browse the repository at this point in the history
  17. cleanup

    pemba1s1 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e6f0697 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #65 from ClinicianFOCUS/offline-llm

    Add local LLM support with model setup UI and CUDA CI updates
    ItsSimko authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6683aa6 View commit details
    Browse the repository at this point in the history
  19. refact file utils

    pemba1s1 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1850fb1 View commit details
    Browse the repository at this point in the history
  20. get app data dir path

    pemba1s1 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    feca074 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    4b7a92f View commit details
    Browse the repository at this point in the history
  2. copy settings to appdata

    pemba1s1 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    190a199 View commit details
    Browse the repository at this point in the history
  3. cleanup

    pemba1s1 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3b2e192 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd10d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f707b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    943d3a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af562de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2ce3a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3342fc8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #18 from ItsSimko/prompting-fix

    @sorucery-ai
    ItsSimko authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e87fc1b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd3cd1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd842ea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fdf2243 View commit details
    Browse the repository at this point in the history
  14. cleanup

    pemba1s1 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bd2e28a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7ddfbe9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd5618d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1eedbe3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2cd5282 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d598039 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    64f119a View commit details
    Browse the repository at this point in the history
  21. Merge pull request #19 from ItsSimko/cpu-nvidia-builds

    Cpu nvidia builds
    ItsSimko authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    805067b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    72cb674 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3ad8c33 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    44f192c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c3f7d3e View commit details
    Browse the repository at this point in the history
  26. Merge pull request #20 from ItsSimko/cpu-nvidia-builds

    Updated the exe file names, to work with new build paths
    ItsSimko authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9c88aff View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d219d23 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    bc96ead View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2c192e8 View commit details
    Browse the repository at this point in the history
  30. removed commented print

    ItsSimko authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    39393bf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    113bbec View commit details
    Browse the repository at this point in the history
  32. Bug Fix:

    Pre-processing: off
    Post-processing: on
    
    Error: Undefined variable list_of_facts
    n41tik committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    940b597 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1678724 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0c92ad0 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #21 from ItsSimko/cpu-nvidia-builds

    Cpu nvidia builds
    ItsSimko authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    11b6d89 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    40ee4e5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    da28781 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7e983cc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    46e9342 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4f6fa68 View commit details
    Browse the repository at this point in the history
  41. Updated inetc plugin to x64

    ItsSimko committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    711dc0f View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    392b955 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6a92ff7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    ecfef87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d17c95 View commit details
    Browse the repository at this point in the history
  3. Updated INetC

    ItsSimko committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    da06258 View commit details
    Browse the repository at this point in the history
  4. Removed zip uploads

    ItsSimko committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e8778ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aeda65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f52af6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb6d403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cab249 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    047893b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92d792d View commit details
    Browse the repository at this point in the history
  11. handle error

    pemba1s1 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1b25715 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a9a142 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    034cec4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e243a6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    409f444 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b08652f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    082edee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5688f46 View commit details
    Browse the repository at this point in the history
  19. Formatting

    ItsSimko committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    122378a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    abcd99a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    357495d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b26fed0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9646b2c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    876ca2f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5a39057 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    36c5546 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    46376c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426937f View commit details
    Browse the repository at this point in the history
  3. formattinmg

    ItsSimko committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    eda2cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6554ee2 View commit details
    Browse the repository at this point in the history
  5. More docs

    ItsSimko committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4b9e1a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b22d22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03f557a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aca9ecd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2874719 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    215b541 View commit details
    Browse the repository at this point in the history
  11. generate note

    pemba1s1 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0f955e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd77ea1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aaff669 View commit details
    Browse the repository at this point in the history
  14. Removed unused include

    ItsSimko committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a54ad88 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4a52894 View commit details
    Browse the repository at this point in the history
  16. cleanup

    pemba1s1 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3a7e0d6 View commit details
    Browse the repository at this point in the history
  17. default to false

    pemba1s1 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    273f937 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    331a252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae62043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    548d98b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d40bb40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5c1738 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d149c0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31fdf50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aeb4e19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    026ed0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d05231 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f384e8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0cd4956 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    219efc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba556fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0333ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ec6bc4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d32d64c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8286248 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    79d0de3 View commit details
    Browse the repository at this point in the history
  20. pyinstaller for mac

    pemba1s1 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a7639a2 View commit details
    Browse the repository at this point in the history
  21. build pkg installer

    pemba1s1 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4699e91 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8d76106 View commit details
    Browse the repository at this point in the history
  23. cleanup

    pemba1s1 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9c0c97e View commit details
    Browse the repository at this point in the history
  24. Typo fix

    ItsSimko authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    091c747 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7700052 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0633526 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    769b480 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a42b75d View commit details
    Browse the repository at this point in the history
  29. Merge pull request #117 from ClinicianFOCUS/post-proc-fix

    Updated Post-Processing prompt
    ItsSimko authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d017787 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    afc1ff0 View commit details
    Browse the repository at this point in the history
  2. add note in general setting

    pemba1s1 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b472170 View commit details
    Browse the repository at this point in the history
  3. update setting help

    pemba1s1 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7267293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f66f14a View commit details
    Browse the repository at this point in the history
  5. Made changes to minimal view

    ItsSimko committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    02d5017 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    552e54c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    345fe83 View commit details
    Browse the repository at this point in the history
  8. Made the buttons correspond to recording or not if view is changed mi…

    …d recording or while pause
    ItsSimko committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    38b6460 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2997ab4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    924496e View commit details
    Browse the repository at this point in the history
  11. fixed typo

    ItsSimko committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    aeeba7b View commit details
    Browse the repository at this point in the history
  12. fixed typo

    ItsSimko committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    07144a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df251c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bfbdceb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a3d9e33 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a58133 View commit details
    Browse the repository at this point in the history
  17. Real time cancel button

    ItsSimko committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b7f4fee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b50eda0 View commit details
    Browse the repository at this point in the history
  19. Changed function name

    ItsSimko committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    de1e9b2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    349a906 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    32d61bc View commit details
    Browse the repository at this point in the history
  2. Documentation

    ItsSimko committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    42f14d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76a80a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cc24d1 View commit details
    Browse the repository at this point in the history
  5. Removed unusued func

    ItsSimko committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0818d1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78b04a8 View commit details
    Browse the repository at this point in the history
  7. Changed a variable to global

    ItsSimko committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    14e755b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fd7421 View commit details
    Browse the repository at this point in the history
  9. Fixed typo in variable

    ItsSimko committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f99c300 View commit details
    Browse the repository at this point in the history
  10. make executable

    pemba1s1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9460fab View commit details
    Browse the repository at this point in the history
  11. Fixed some issues transitioning back to full, padding, docker status,…

    … and scribe templates
    ItsSimko committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c4a822b View commit details
    Browse the repository at this point in the history
  12. move

    pemba1s1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7d9a388 View commit details
    Browse the repository at this point in the history
  13. -p flag to create parent dir

    pemba1s1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8b87d19 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bdf5c00 View commit details
    Browse the repository at this point in the history
  15. Removed debug print

    ItsSimko committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d4232f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dca2fdf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6b0dfab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7d84d64 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    07255da View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    13d835f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    016e568 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d0cc0e7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d48f321 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    471d48d View commit details
    Browse the repository at this point in the history
  25. remove --onefile flag

    pemba1s1 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6caa1bd View commit details
    Browse the repository at this point in the history
  26. Merge pull request #48 from ClinicianFOCUS/pembasherpa/enable-disable…

    …-scrub
    
    Enable/Disable Scrubber
    yingbull authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5b4c34c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    525ae79 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #127 from ClinicianFOCUS/mac-menubar

    fix: settings not showing up in mac menubar
    yingbull authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    731732d View commit details
    Browse the repository at this point in the history
  29. Merge pull request #130 from ClinicianFOCUS/mac-build

    Mac Build
    yingbull authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a60248d View commit details
    Browse the repository at this point in the history
  30. Merge pull request #131 from ClinicianFOCUS/whisper-dropdown

    Add Whisper Model dropdown in settings UI and update settings list
    yingbull authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c10f084 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    27c6b0f View commit details
    Browse the repository at this point in the history
  32. format

    ItsSimko committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fef1905 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b987728 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Fixed the processing issues with cancel displaying text if restarting…

    … the recording to quickly
    ItsSimko committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f096e0e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    6cbecac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1983dd View commit details
    Browse the repository at this point in the history
  3. clean up

    ItsSimko committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a27f4f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Kill thread on clear press

    ItsSimko committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5b095b7 View commit details
    Browse the repository at this point in the history
  2. Chagned to thrreading.event and applied try/catch to kill threads, al…

    …so killed threads on clear press
    ItsSimko committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    21b68d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66fd197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d86d41d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ec7f4 View commit details
    Browse the repository at this point in the history
  6. Made a container backgound check to see if the containers are running…

    … every 10 seconds and if not update the UI.
    ItsSimko committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9842e93 View commit details
    Browse the repository at this point in the history
  7. removed magic nums

    ItsSimko committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e60289c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    e0bd613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc682e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d9a0de View commit details
    Browse the repository at this point in the history