[PR #175] [MERGED] feat: modelfile builder #6989

Closed
opened 2025-11-11 17:13:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/175
Author: @tjbck
Created: 12/3/2023
Status: Merged
Merged: 12/4/2023
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 1c0cc16 feat: more advanced params added
  • 45ff3ae feat: modelfile builder
  • 19ec26a feat: modelfile builder
  • b391c92 fix: pull model digest text styling
  • 2fba5ed feat: modelfile builder linked to api
  • 382827c fix: advanced params input
  • 12d7ae9 feat: modelfile builder tagName field added
  • 587101d feat: modelfile content linked to chat page
  • ee3e991 feat: modelfile edit
  • 954bba9 chore: version update

📊 Changes

15 files changed (+2224 additions, -500 deletions)

View changed files

📝 backend/config.py (+1 -1)
📝 src/lib/components/chat/MessageInput.svelte (+3 -3)
📝 src/lib/components/chat/MessageInput/Suggestions.svelte (+36 -115)
📝 src/lib/components/chat/Messages.svelte (+24 -5)
src/lib/components/chat/Settings/Advanced.svelte (+510 -0)
📝 src/lib/components/chat/SettingsModal.svelte (+59 -263)
📝 src/lib/components/layout/Sidebar.svelte (+91 -90)
📝 src/lib/constants.ts (+1 -3)
📝 src/lib/stores/index.ts (+1 -0)
📝 src/routes/(app)/+layout.svelte (+21 -3)
📝 src/routes/(app)/+page.svelte (+55 -9)
📝 src/routes/(app)/c/[id]/+page.svelte (+50 -8)
src/routes/(app)/modelfiles/+page.svelte (+159 -0)
src/routes/(app)/modelfiles/create/+page.svelte (+685 -0)
src/routes/(app)/modelfiles/edit/+page.svelte (+528 -0)

📄 Description

Resolves #114


🔄 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/175 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/3/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`1c0cc16`](https://github.com/open-webui/open-webui/commit/1c0cc16f8c5198ada5d09d52edf9a8ddf1c52605) feat: more advanced params added - [`45ff3ae`](https://github.com/open-webui/open-webui/commit/45ff3ae2048784705ff576024e1e1a042a7d5c69) feat: modelfile builder - [`19ec26a`](https://github.com/open-webui/open-webui/commit/19ec26ab63f2ddde0343ad77c8acf64685ddc038) feat: modelfile builder - [`b391c92`](https://github.com/open-webui/open-webui/commit/b391c92036d7a5ef0d61ee7db26b7f168c77d049) fix: pull model digest text styling - [`2fba5ed`](https://github.com/open-webui/open-webui/commit/2fba5ed38e584d5b75146816d851aadfb4b7b49f) feat: modelfile builder linked to api - [`382827c`](https://github.com/open-webui/open-webui/commit/382827c71df4e8d6469b92431df75cb39fb9af5a) fix: advanced params input - [`12d7ae9`](https://github.com/open-webui/open-webui/commit/12d7ae96b9ad6084890e123e5537bd6d0d1f3368) feat: modelfile builder tagName field added - [`587101d`](https://github.com/open-webui/open-webui/commit/587101da88fe59039882ff10835e6aa2fd2cb9f2) feat: modelfile content linked to chat page - [`ee3e991`](https://github.com/open-webui/open-webui/commit/ee3e991d4e9515c815a9750deba81a7920fe481a) feat: modelfile edit - [`954bba9`](https://github.com/open-webui/open-webui/commit/954bba9defdf1c1eac18760b5d73488ec6bb5a0c) chore: version update ### 📊 Changes **15 files changed** (+2224 additions, -500 deletions) <details> <summary>View changed files</summary> 📝 `backend/config.py` (+1 -1) 📝 `src/lib/components/chat/MessageInput.svelte` (+3 -3) 📝 `src/lib/components/chat/MessageInput/Suggestions.svelte` (+36 -115) 📝 `src/lib/components/chat/Messages.svelte` (+24 -5) ➕ `src/lib/components/chat/Settings/Advanced.svelte` (+510 -0) 📝 `src/lib/components/chat/SettingsModal.svelte` (+59 -263) 📝 `src/lib/components/layout/Sidebar.svelte` (+91 -90) 📝 `src/lib/constants.ts` (+1 -3) 📝 `src/lib/stores/index.ts` (+1 -0) 📝 `src/routes/(app)/+layout.svelte` (+21 -3) 📝 `src/routes/(app)/+page.svelte` (+55 -9) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+50 -8) ➕ `src/routes/(app)/modelfiles/+page.svelte` (+159 -0) ➕ `src/routes/(app)/modelfiles/create/+page.svelte` (+685 -0) ➕ `src/routes/(app)/modelfiles/edit/+page.svelte` (+528 -0) </details> ### 📄 Description Resolves #114 --- <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:13:44 -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#6989