[PR #14625] [MERGED] server: loosen thinking level constraint #61450

Closed
opened 2026-04-29 16:32:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14625
Author: @ParthSareen
Created: 3/4/2026
Status: Merged
Merged: 3/4/2026
Merged by: @ParthSareen

Base: mainHead: parth-loosen-thinking-validation


📝 Commits (1)

  • 4b1db6d server: loosen thinking level constraint

📊 Changes

1 file changed (+0 additions, -12 deletions)

View changed files

📝 server/routes.go (+0 -12)

📄 Description

We have internal mappings from the thinking package which map a low, medium, or high value to a boolean where supported rather than failing.

The removal of this check here lets us rely on that logic and renderers/parsers instead of managing it at the routes level.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14625 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-loosen-thinking-validation` --- ### 📝 Commits (1) - [`4b1db6d`](https://github.com/ollama/ollama/commit/4b1db6d70606fbaff9603d3b4e3ef49e2be44227) server: loosen thinking level constraint ### 📊 Changes **1 file changed** (+0 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `server/routes.go` (+0 -12) </details> ### 📄 Description We have internal mappings from the thinking package which map a low, medium, or high value to a boolean where supported rather than failing. The removal of this check here lets us rely on that logic and renderers/parsers instead of managing it at the routes level. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 16:32:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#61450