mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #8176] [CLOSED] feat: (fullstack) Adding model loaded indicator to Selector.svelte #125830
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/8176
Author: @cvaz1306
Created: 12/28/2024
Status: ❌ Closed
Base:
dev← Head:feature/model-loaded-indicator📝 Commits (4)
27d91ddfix: api key restrictions1324749(fullstack) Adding model loaded indicator to Selector.svelte0399e4aMerge commit 'f7d1833f4156845e3419141ebfe5cc223eb0fb4d' into feature/model-loaded-indicatorb3ddccaAdding setting to enable model selector📊 Changes
55 files changed (+109 additions, -7 deletions)
View changed files
📝
backend/open_webui/functions.py(+2 -0)📝
backend/open_webui/routers/ollama.py(+12 -2)📝
backend/open_webui/routers/openai.py(+1 -0)📝
backend/open_webui/utils/models.py(+1 -0)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+14 -4)📝
src/lib/components/chat/Settings/Interface.svelte(+30 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/eu-ES/translation.json(+1 -0)...and 35 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.