[PR #96] [MERGED] feat: improved chat history support (response regeneration history) #6950

Closed
opened 2025-11-11 17:12:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (8)

  • 9ae71b2 fix: user-friendly name
  • 4e4076e feat: chat history support
  • 64ee3e5 Merge branch 'main' into dev
  • 7a5a803 fix: chat history styling
  • 9bd40c0 fix: scroll to bottom button flickering issue
  • c15a919 Merge branch 'main' into dev
  • b6f41a1 chore: version update
  • 5dff474 feat: improved chat history openai support

📊 Changes

3 files changed (+418 additions, -134 deletions)

View changed files

📝 src/lib/components/chat/SettingsModal.svelte (+1 -1)
📝 src/lib/constants.ts (+1 -1)
📝 src/routes/+page.svelte (+416 -132)

📄 Description

No description provided


🔄 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/96 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/12/2023 **Status:** ✅ Merged **Merged:** 11/12/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`9ae71b2`](https://github.com/open-webui/open-webui/commit/9ae71b20967972462ef611ddc747400c1216ae5c) fix: user-friendly name - [`4e4076e`](https://github.com/open-webui/open-webui/commit/4e4076e2677979341ee1321338c0da3a55fdefd1) feat: chat history support - [`64ee3e5`](https://github.com/open-webui/open-webui/commit/64ee3e57389bce76e22f4da7ae5716553a604ce3) Merge branch 'main' into dev - [`7a5a803`](https://github.com/open-webui/open-webui/commit/7a5a8031683876a7d276509e2ca083b2516eba60) fix: chat history styling - [`9bd40c0`](https://github.com/open-webui/open-webui/commit/9bd40c0de6a46bede980e97b28b11b360f291612) fix: scroll to bottom button flickering issue - [`c15a919`](https://github.com/open-webui/open-webui/commit/c15a9196eb941ab208bc60b4fbe3a77e44f917cb) Merge branch 'main' into dev - [`b6f41a1`](https://github.com/open-webui/open-webui/commit/b6f41a17060b662c015dac1d9fb9334ea3895e0e) chore: version update - [`5dff474`](https://github.com/open-webui/open-webui/commit/5dff47443878217bc5c298551366ab70d4a88d26) feat: improved chat history openai support ### 📊 Changes **3 files changed** (+418 additions, -134 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/SettingsModal.svelte` (+1 -1) 📝 `src/lib/constants.ts` (+1 -1) 📝 `src/routes/+page.svelte` (+416 -132) </details> ### 📄 Description _No description provided_ --- <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:12:37 -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#6950