- 12 Dec, 2025 1 commit
-
-
Eva H authored
-
- 10 Dec, 2025 3 commits
- 03 Dec, 2025 1 commit
-
-
Bruce MacDonald authored
This fixes a bug where disabling thinking on deepseek-v3.1 did not stop the model from thinking. When thinking is not defined it should not be sent to the server since this will cause error responses in some cases where the model does not support thinking. However if it is defined as false it should still be sent.
-
- 20 Nov, 2025 2 commits
-
-
Eva H authored
-
Jeffrey Morgan authored
-
- 18 Nov, 2025 1 commit
-
-
Eva H authored
-
- 17 Nov, 2025 1 commit
-
-
Eva H authored
-
- 11 Nov, 2025 4 commits
- 08 Nov, 2025 1 commit
-
-
Bruce MacDonald authored
-
- 06 Nov, 2025 5 commits
-
-
Eva Ho authored
-
Eva Ho authored
-
Daniel Alejandro Coll Tejeda authored
-
Vincent Koc authored
-
Eva Ho authored
-
- 05 Nov, 2025 4 commits
-
-
Eva Ho authored
-
Eva Ho authored
-
Eva Ho authored
-
Daniel Alejandro Coll Tejeda authored
-
- 04 Nov, 2025 1 commit
-
-
Daniel Hiltgen authored
* app: add code for macOS and Windows apps under 'app' * app: add readme * app: windows and linux only for now * ci: fix ui CI validation --------- Co-authored-by:jmorganca <jmorganca@gmail.com>
-
- 12 May, 2025 1 commit
-
-
Michael Yang authored
reduce prompt log to trace level
-
- 07 Feb, 2025 1 commit
-
-
Azis Alvriyanto authored
-
- 11 Dec, 2024 1 commit
-
-
Daniel Hiltgen authored
The new build embeds the arm runner in the main binary, so there is no longer a lib/ollama
-
- 10 Dec, 2024 1 commit
-
-
Stefan Weil authored
-
- 22 Nov, 2024 1 commit
-
-
Mikel Olasagasti Uranga authored
update uuid.New().String() to uuid.NewString()
-
- 21 Nov, 2024 1 commit
-
-
Nikita Ganzikov authored
-
- 18 Nov, 2024 1 commit
-
-
Daniel Hiltgen authored
Enable both left and right click on the pop-up menu
-
- 07 Nov, 2024 1 commit
-
-
Daniel Hiltgen authored
This should have been in #7347 but was overlooked.
-
- 30 Oct, 2024 1 commit
-
-
Daniel Hiltgen authored
* windows: Support alt install paths Advanced users are leveraging innosetup's /DIR switch to target an alternate location, but we get confused by things not existing in the LocalAppData dir. This also hardens the server path lookup code for a future attempt to unify with a ./bin prefix * Fit and finish improvements for windows app Document alternate install location instructions for binaries and model. Pop up progress UI for upgrades (automatic, with cancel button). Expose non-default port in menu to disambiguate mutiple instances. Set minimum Windows version to 10 22H2
-
- 25 Sep, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 20 Sep, 2024 1 commit
-
-
Daniel Hiltgen authored
* Unified arm/x86 windows installer This adjusts the installer payloads to be architecture aware so we can cary both amd64 and arm64 binaries in the installer, and install only the applicable architecture at install time. * Include arm64 in official windows build * Harden schedule test for slow windows timers This test seems to be a bit flaky on windows, so give it more time to converge
-
- 27 Aug, 2024 1 commit
-
-
Daniel Hiltgen authored
-
- 19 Aug, 2024 2 commits
-
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
This adjusts linux to follow a similar model to windows with a discrete archive (zip/tgz) to cary the primary executable, and dependent libraries. Runners are still carried as payloads inside the main binary Darwin retain the payload model where the go binary is fully self contained.
-
- 15 Aug, 2024 1 commit
-
-
eust-w authored
- Updated setIcon method to include tooltip text for the system tray icon. - Added NIF_TIP flag and set the tooltip text using UTF16 encoding. Resolves: #6372
-
- 14 Aug, 2024 1 commit
-
-
longtao authored
* Fix typo and improve readability Summary: * Rename updatAvailableMenuID to updateAvailableMenuID * Replace unused cmd parameter with _ in RunServer function * Fix typos in comments (cherry picked from commit 5b8715f0b04773369e8eb1f9e6737995a0ab3ba7) * Update api/client.go Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> --------- Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-