[PR #548] [MERGED] feat: custom interface support #7166

Closed
opened 2025-11-11 17:18:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: custom-interface


📝 Commits (3)

  • 4e1b52e feat: custom interface support
  • c4a0393 feat: editable prompt suggestions integration
  • ef68719 Update +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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/548 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `custom-interface` --- ### 📝 Commits (3) - [`4e1b52e`](https://github.com/open-webui/open-webui/commit/4e1b52e91b11e95ef4e86e4f9dc2349ce6d2061a) feat: custom interface support - [`c4a0393`](https://github.com/open-webui/open-webui/commit/c4a039326fd27b051ff8fd24d3add4366c09e0ee) feat: editable prompt suggestions integration - [`ef68719`](https://github.com/open-webui/open-webui/commit/ef68719b7d3044b1b2c21acb054db2855a14012f) Update +page.svelte ### 📊 Changes **9 files changed** (+231 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Resolves #440 --- <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 2025-11-11 17:18:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7166