[PR #186] [MERGED] feat: /chat route support #6998

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • d94455c Merge pull request #185 from ollama-webui/main
  • deddd84 fix: files not found
  • 2e77a8d Revert "fix: files not found"
  • 110400b Merge branch 'main' into dev
  • 4c729bf Merge branch 'main' into dev
  • 83e8db9 feat: /chat route support
  • 734ba8f fix: new chat default settings
  • 8ee7713 feat: set originalContent for better chat log
  • 15d1a48 fix: edit input auto height
  • 7a01e1c doc: troubleshooting guide updated

📊 Changes

4 files changed (+355 additions, -281 deletions)

View changed files

📝 TROUBLESHOOTING.md (+3 -0)
📝 src/lib/components/chat/Messages.svelte (+218 -169)
📝 src/routes/(app)/+page.svelte (+72 -59)
📝 src/routes/(app)/c/[id]/+page.svelte (+62 -53)

📄 Description

Will actually resolve #69, #148


🔄 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/186 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/6/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d94455c`](https://github.com/open-webui/open-webui/commit/d94455cef0c69a3a88310006d950b1dae3d34733) Merge pull request #185 from ollama-webui/main - [`deddd84`](https://github.com/open-webui/open-webui/commit/deddd8467c921d2851c09756f0fed4c074fe4a17) fix: files not found - [`2e77a8d`](https://github.com/open-webui/open-webui/commit/2e77a8d874586ea229ab40453bd9180e70c14d53) Revert "fix: files not found" - [`110400b`](https://github.com/open-webui/open-webui/commit/110400be45e4f4781cc8455cd05b84c01229fb36) Merge branch 'main' into dev - [`4c729bf`](https://github.com/open-webui/open-webui/commit/4c729bf3c668ad88b2a8ecc9dd77680962e3a41a) Merge branch 'main' into dev - [`83e8db9`](https://github.com/open-webui/open-webui/commit/83e8db9b6a8fb3728c083cc500fb94c7da62a965) feat: /chat route support - [`734ba8f`](https://github.com/open-webui/open-webui/commit/734ba8f762e6eded1b7d922b39a53842ecab0626) fix: new chat default settings - [`8ee7713`](https://github.com/open-webui/open-webui/commit/8ee7713623dcc2013fb825e9cfe1db27d6012fa6) feat: set originalContent for better chat log - [`15d1a48`](https://github.com/open-webui/open-webui/commit/15d1a48dc2bee3cfb2148d3d62d2c74006e51d58) fix: edit input auto height - [`7a01e1c`](https://github.com/open-webui/open-webui/commit/7a01e1c2af80c197c8eeeef3bb8863595b959ae0) doc: troubleshooting guide updated ### 📊 Changes **4 files changed** (+355 additions, -281 deletions) <details> <summary>View changed files</summary> 📝 `TROUBLESHOOTING.md` (+3 -0) 📝 `src/lib/components/chat/Messages.svelte` (+218 -169) 📝 `src/routes/(app)/+page.svelte` (+72 -59) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+62 -53) </details> ### 📄 Description Will actually resolve #69, #148 --- <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:58 -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#6998