- 06 Jan, 2026 1 commit
-
-
Devon Rifkin authored
* preserve tool definition and call JSON ordering This is another iteration of <https://github.com/ollama/ollama/pull/12518>, but this time we've simplified things by relaxing the competing requirements of being compatible AND order-preserving with templates (vs. renderers). We maintain backwards compatibility at the cost of not guaranteeing order for templates. We plan on moving more and more models to renderers, which have been updated to use these new data types, and additionally we could add an opt-in way of templates getting an order-preserved list (e.g., via sibling template vars) * orderedmap_test: remove testify
-
- 03 Jan, 2026 1 commit
-
-
lif authored
Fixes #13476 Signed-off-by:majiayu000 <1835304752@qq.com>
-
- 15 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.
-
- 17 Nov, 2025 1 commit
-
-
Eva H authored
-
- 11 Nov, 2025 4 commits
- 06 Nov, 2025 4 commits
-
-
Eva Ho authored
-
Eva Ho authored
-
Daniel Alejandro Coll Tejeda 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>
-