[PR #442] [MERGED] feat: collaborative chat #59195

Closed
opened 2026-05-06 01:05:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/442
Author: @tjbck
Created: 1/10/2024
Status: Merged
Merged: 1/10/2024
Merged by: @tjbck

Base: mainHead: many-models


📝 Commits (5)

📊 Changes

7 files changed (+269 additions, -17 deletions)

View changed files

📝 README.md (+6 -3)
📝 src/lib/apis/ollama/index.ts (+38 -0)
📝 src/lib/components/chat/MessageInput.svelte (+38 -10)
src/lib/components/chat/MessageInput/Models.svelte (+158 -0)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+17 -2)
📝 src/routes/(app)/+page.svelte (+2 -1)
📝 src/routes/(app)/c/[id]/+page.svelte (+10 -1)

📄 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/442 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/10/2024 **Status:** ✅ Merged **Merged:** 1/10/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `many-models` --- ### 📝 Commits (5) - [`70029d9`](https://github.com/open-webui/open-webui/commit/70029d9bed8db11dcc2d3b222b85192d9e70bba4) feat: @model group convo - [`de5c02d`](https://github.com/open-webui/open-webui/commit/de5c02db5bf8a2a455cc7f90b2876e510449ab89) doc: features - [`9087aa0`](https://github.com/open-webui/open-webui/commit/9087aa0e30d7c6fe20da3119496b4be160367263) fix: only ollama models - [`737928e`](https://github.com/open-webui/open-webui/commit/737928e861552097884a1bf340865a3a8588a0cc) feat: better prompt gen template - [`a63b8c1`](https://github.com/open-webui/open-webui/commit/a63b8c13f0907fc7864f5ede35bf8c9d4a523589) refac ### 📊 Changes **7 files changed** (+269 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -3) 📝 `src/lib/apis/ollama/index.ts` (+38 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+38 -10) ➕ `src/lib/components/chat/MessageInput/Models.svelte` (+158 -0) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+17 -2) 📝 `src/routes/(app)/+page.svelte` (+2 -1) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+10 -1) </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 2026-05-06 01:05:06 -05: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#59195