[PR #14598] [MERGED] Reapply "don't require pulling stubs for cloud models" #14739

Closed
opened 2026-04-13 01:01:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14598
Author: @jmorganca
Created: 3/3/2026
Status: Merged
Merged: 3/3/2026
Merged by: @jmorganca

Base: mainHead: revert-14596-revert-14574-drifkin/cloud-no-pull


📝 Commits (1)

📊 Changes

23 files changed (+2843 additions, -108 deletions)

View changed files

📝 cmd/cmd.go (+39 -5)
📝 cmd/cmd_test.go (+171 -3)
📝 cmd/config/claude.go (+6 -11)
📝 cmd/config/config.go (+3 -0)
📝 cmd/config/droid.go (+1 -3)
📝 cmd/config/integrations.go (+22 -31)
📝 cmd/config/integrations_test.go (+131 -8)
📝 cmd/config/opencode.go (+6 -7)
📝 cmd/tui/tui.go (+9 -2)
internal/modelref/modelref.go (+115 -0)
internal/modelref/modelref_test.go (+268 -0)
📝 middleware/anthropic.go (+2 -1)
server/cloud_proxy.go (+460 -0)
server/cloud_proxy_test.go (+154 -0)
📝 server/create.go (+12 -5)
server/model_resolver.go (+81 -0)
server/model_resolver_test.go (+170 -0)
📝 server/routes.go (+123 -27)
📝 server/routes_cloud_test.go (+988 -0)
📝 server/routes_create_test.go (+37 -0)

...and 3 more files

📄 Description

Reverts ollama/ollama#14596


🔄 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/14598 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `revert-14596-revert-14574-drifkin/cloud-no-pull` --- ### 📝 Commits (1) - [`611f7d7`](https://github.com/ollama/ollama/commit/611f7d7c46ae0cbf51a3a04cf571217fd179f852) Revert "Revert "don't require pulling stubs for cloud models (#14574)" (#14596)" ### 📊 Changes **23 files changed** (+2843 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+39 -5) 📝 `cmd/cmd_test.go` (+171 -3) 📝 `cmd/config/claude.go` (+6 -11) 📝 `cmd/config/config.go` (+3 -0) 📝 `cmd/config/droid.go` (+1 -3) 📝 `cmd/config/integrations.go` (+22 -31) 📝 `cmd/config/integrations_test.go` (+131 -8) 📝 `cmd/config/opencode.go` (+6 -7) 📝 `cmd/tui/tui.go` (+9 -2) ➕ `internal/modelref/modelref.go` (+115 -0) ➕ `internal/modelref/modelref_test.go` (+268 -0) 📝 `middleware/anthropic.go` (+2 -1) ➕ `server/cloud_proxy.go` (+460 -0) ➕ `server/cloud_proxy_test.go` (+154 -0) 📝 `server/create.go` (+12 -5) ➕ `server/model_resolver.go` (+81 -0) ➕ `server/model_resolver_test.go` (+170 -0) 📝 `server/routes.go` (+123 -27) 📝 `server/routes_cloud_test.go` (+988 -0) 📝 `server/routes_create_test.go` (+37 -0) _...and 3 more files_ </details> ### 📄 Description Reverts ollama/ollama#14596 --- <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-13 01:01:46 -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#14739