mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #548] [MERGED] feat: custom interface support #7166
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/548
Author: @tjbck
Created: 1/23/2024
Status: ✅ Merged
Merged: 1/23/2024
Merged by: @tjbck
Base:
main← Head:custom-interface📝 Commits (3)
4e1b52efeat: custom interface supportc4a0393feat: editable prompt suggestions integrationef68719Update +page.svelte📊 Changes
9 files changed (+231 additions, -73 deletions)
View changed files
📝
backend/apps/web/main.py(+4 -2)📝
backend/apps/web/routers/configs.py(+29 -3)📝
backend/config.py(+28 -0)📝
src/lib/apis/configs/index.ts(+30 -0)📝
src/lib/components/chat/MessageInput/Suggestions.svelte(+1 -1)📝
src/lib/components/chat/SettingsModal.svelte(+136 -30)📝
src/lib/components/common/Modal.svelte(+1 -1)📝
src/routes/(app)/+page.svelte(+1 -18)📝
src/routes/(app)/c/[id]/+page.svelte(+1 -18)📄 Description
Resolves #440
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.