[PR #182] [MERGED] WIP: /chat route support #6995

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (3)

📊 Changes

3 files changed (+89 additions, -0 deletions)

View changed files

📝 src/lib/components/chat/Messages.svelte (+23 -0)
📝 src/routes/(app)/+page.svelte (+33 -0)
📝 src/routes/(app)/c/[id]/+page.svelte (+33 -0)

📄 Description

Resolves #69, #148

My heartfelt appreciation to @ntimo and @Morethanevil for their sponsorship of the project! Your support means the world. ❤️


🔄 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/182 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/6/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`64b84c7`](https://github.com/open-webui/open-webui/commit/64b84c71c328328980045f36cd0f344de387b54f) feat: edit response message - [`bd3e168`](https://github.com/open-webui/open-webui/commit/bd3e168e2ff48f0946321e3a17efc0b15afc47f1) Merge branch 'main' into dev - [`ecaedc8`](https://github.com/open-webui/open-webui/commit/ecaedc87fbb218557132309f5dabebf5ae80e102) feat: `/chat` url added ### 📊 Changes **3 files changed** (+89 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Messages.svelte` (+23 -0) 📝 `src/routes/(app)/+page.svelte` (+33 -0) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+33 -0) </details> ### 📄 Description Resolves #69, #148 My heartfelt appreciation to @ntimo and @Morethanevil for their sponsorship of the project! Your support means the world. ❤️ --- <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:53 -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#6995