[PR #15909] [MERGED] app: source featured models from experimental recommendations endpoint #77649

Closed
opened 2026-05-05 10:19:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15909
Author: @BruceMacD
Created: 4/30/2026
Status: Merged
Merged: 5/1/2026
Merged by: @BruceMacD

Base: mainHead: brucemacd/app-feat-models


📝 Commits (3)

  • cc596d5 app: source featured models from experimental recommendations endpoint
  • 388ab01 remove hook retry
  • 7616436 app: wait for recommendations before selecting default model

📊 Changes

7 files changed (+77 additions, -260 deletions)

View changed files

📝 app/ui/app/src/api.ts (+25 -0)
app/ui/app/src/hooks/useFeaturedModels.ts (+13 -0)
📝 app/ui/app/src/hooks/useModels.ts (+37 -26)
📝 app/ui/app/src/hooks/useSelectedModel.ts (+1 -4)
app/ui/app/src/utils/mergeModels.test.ts (+0 -128)
app/ui/app/src/utils/mergeModels.ts (+0 -102)
📝 app/ui/ui.go (+1 -0)

📄 Description

Replace the hardcoded FEATURED_MODELS list with the /api/experimental/model-recommendations endpoint so the picker stays in sync with server-driven recommendations. Inline the merge into useModels (recommendations first, then the rest of /api/tags) and drop the standalone mergeModels util.


🔄 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/15909 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 4/30/2026 **Status:** ✅ Merged **Merged:** 5/1/2026 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/app-feat-models` --- ### 📝 Commits (3) - [`cc596d5`](https://github.com/ollama/ollama/commit/cc596d5afdb9366f92118c0be3a35b36ed39932f) app: source featured models from experimental recommendations endpoint - [`388ab01`](https://github.com/ollama/ollama/commit/388ab01b3aec04744b269f24fab63128a2f0aa22) remove hook retry - [`7616436`](https://github.com/ollama/ollama/commit/761643691d1bbd997cc14e92e2372abeb0827c41) app: wait for recommendations before selecting default model ### 📊 Changes **7 files changed** (+77 additions, -260 deletions) <details> <summary>View changed files</summary> 📝 `app/ui/app/src/api.ts` (+25 -0) ➕ `app/ui/app/src/hooks/useFeaturedModels.ts` (+13 -0) 📝 `app/ui/app/src/hooks/useModels.ts` (+37 -26) 📝 `app/ui/app/src/hooks/useSelectedModel.ts` (+1 -4) ➖ `app/ui/app/src/utils/mergeModels.test.ts` (+0 -128) ➖ `app/ui/app/src/utils/mergeModels.ts` (+0 -102) 📝 `app/ui/ui.go` (+1 -0) </details> ### 📄 Description Replace the hardcoded FEATURED_MODELS list with the /api/experimental/model-recommendations endpoint so the picker stays in sync with server-driven recommendations. Inline the merge into useModels (recommendations first, then the rest of /api/tags) and drop the standalone mergeModels util. --- <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-05-05 10:19:36 -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#77649