mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #1260] [CLOSED] feat: dropdown suggestions for the 'Pull a model from Ollama.com' input box #59473
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1260
Author: @dannyl1u
Created: 3/22/2024
Status: ❌ Closed
Base:
dev← Head:feat/model-search-typeahead📝 Commits (7)
3f0f9a9feat: hardcoded list of models shown in datalist0a30f68feat: ollama.com/library scraper endpointa94b34dfeat: add scrapeModelsList function to call scrape endpoint53cafebfeat: fetch from scrape endpoint wip7c20efdremove fetch call and dropdown list from Models.sveltebe47485format: npm run format:backende5c6c00format: npm run format📊 Changes
5 files changed (+50 additions, -3 deletions)
View changed files
📝
backend/apps/ollama/main.py(+18 -0)📝
src/lib/apis/ollama/index.ts(+26 -0)📝
src/lib/components/admin/UserChatsModal.svelte(+4 -1)📝
src/lib/components/layout/Sidebar/ChatMenu.svelte(+1 -1)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -1)📄 Description
Pull Request Checklist
Description
This PR introduces a new feature in the input box where model names from ollama.com are suggested to the user as they type. This feature enhances the user experience by providing real-time suggestions and reducing the time users spend typing or remembering specific models.
Changelog Entry
Added
Closes #1242
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.