-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Comparing changes
Open a pull request
base repository: ollama/ollama
base: v0.11.3
head repository: ollama/ollama
compare: v0.11.4
- 10 commits
- 6 files changed
- 5 contributors
Commits on Aug 6, 2025
-
Update downloading to pulling in api.md (#11170)
update api.md to make it consist with code. https://github.com/ollama/ollama/blob/main/server/download.go#L447
Configuration menu - View commit details
-
Copy full SHA for 8a75e9e - Browse repository at this point
Copy the full SHA 8a75e9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa8be9e - Browse repository at this point
Copy the full SHA fa8be9eView commit details -
openai: allow for content _and_ tool calls in the same message
Previously our OpenAI chat completions compat layer assumed that tool calls and content would never be provided together, but this is not a correct assumption. Content is only optional when tool calls are present, but tool calls and content can be provided together Fixes: #11704
Configuration menu - View commit details
-
Copy full SHA for 203c137 - Browse repository at this point
Copy the full SHA 203c137View commit details -
Merge pull request #11759 from ollama/drifkin/oai-tool-calling
openai: allow for content _and_ tool calls in the same message
Configuration menu - View commit details
-
Copy full SHA for 8f14e1f - Browse repository at this point
Copy the full SHA 8f14e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44bc36d - Browse repository at this point
Copy the full SHA 44bc36dView commit details
Commits on Aug 7, 2025
-
openai: when converting role=tool messages, propagate the tool name
Added support for converting both `name` and `tool_call_id` fields, which different clients might provide. `name` is a legacy field from the OpenAI completions API. For `tool_call_id` we inspect previous messages and look for a matching tool call ID and grab its name Issue: #11704
Configuration menu - View commit details
-
Copy full SHA for 759dd78 - Browse repository at this point
Copy the full SHA 759dd78View commit details -
Merge pull request #11761 from ollama/drifkin/openai-tool-names
openai: when converting role=tool messages, propagate the tool name
Configuration menu - View commit details
-
Copy full SHA for 223a619 - Browse repository at this point
Copy the full SHA 223a619View commit details -
openai: always provide reasoning
We were missing passing along thinking if content was nil (as opposed to empty string) Also added a test for content not being passed, which was the real cause of <#11704>, since with the way `Content` is typed, not passing it and empty string are distinct
Configuration menu - View commit details
-
Copy full SHA for 735c41f - Browse repository at this point
Copy the full SHA 735c41fView commit details -
Merge pull request #11765 from ollama/drifkin/thinking-without-content
openai: always provide reasoning
Configuration menu - View commit details
-
Copy full SHA for aa9d889 - Browse repository at this point
Copy the full SHA aa9d889View commit details -
server: Reduce gpt-oss context length for small VRAM GPUs
gpt-oss works best with a context length of at least 8k. However, for GPUs with limited amount of VRAM, there is a significant performance hit to this increased context. In these cases, we switch to the Ollama default of 4k
Configuration menu - View commit details
-
Copy full SHA for f2e9c9a - Browse repository at this point
Copy the full SHA f2e9c9aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.3...v0.11.4