mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-08 02:01:07 -05:00
[PR #17937] [CLOSED] feat: add "Clone as Workspace Model" option in model's dropdown menu of admin settings (refac) #40237
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/17937
Author: @silentoplayz
Created: 9/30/2025
Status: ❌ Closed
Base:
dev← Head:clone-as-workspace-model📝 Commits (3)
214e6d6feat: add "Clone as Workspace Model" option in model's dropdown menub3bbda2refac186860dMerge branch 'main' into clone-as-workspace-model📊 Changes
3 files changed (+60 additions, -14 deletions)
View changed files
📝
src/lib/components/admin/Settings/Models.svelte(+20 -0)📝
src/lib/components/admin/Settings/Models/ModelMenu.svelte(+14 -1)📝
src/routes/(app)/workspace/models/create/+page.svelte(+26 -13)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Added
Changed
/workspace/models/create) now accepts model data via a URL query parameter to pre-populate the form fields.ModelMenu.sveltecomponent was updated to include the new "Clone" option.Models.sveltecomponent was updated to handle the navigation logic for the cloning feature.Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.