[PR #212] [MERGED] feat: multimodal support #91252

Closed
opened 2026-05-15 16:35:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: multimodal


📝 Commits (6)

  • 0b1abf1 chore: commented code removed
  • fb1f8b1 Merge branch 'main' into multimodal
  • 9b12cdc feat: image upload support
  • 539527b doc: feature update
  • e3ec631 feat: openai multimodal support
  • 7b58c4e doc: demo.gif updated

📊 Changes

6 files changed (+131 additions, -128 deletions)

View changed files

📝 README.md (+2 -1)
📝 demo.gif (+0 -0)
📝 src/lib/components/chat/MessageInput.svelte (+32 -31)
📝 src/lib/components/chat/Messages.svelte (+26 -12)
📝 src/routes/(app)/+page.svelte (+36 -34)
📝 src/routes/(app)/c/[id]/+page.svelte (+35 -50)

📄 Description

Resolves #211

TODO:

  • update demo.gif to multimodal

🔄 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/212 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/13/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `multimodal` --- ### 📝 Commits (6) - [`0b1abf1`](https://github.com/open-webui/open-webui/commit/0b1abf164345f774e17c2cbe2c5190c70b4ce597) chore: commented code removed - [`fb1f8b1`](https://github.com/open-webui/open-webui/commit/fb1f8b167cb0c00cf8f1846cd218254fc3b86255) Merge branch 'main' into multimodal - [`9b12cdc`](https://github.com/open-webui/open-webui/commit/9b12cdcf83f36b65c33989915667c9c4298d3bc8) feat: image upload support - [`539527b`](https://github.com/open-webui/open-webui/commit/539527bba5b1f97eb4c230be90843d921e0e149b) doc: feature update - [`e3ec631`](https://github.com/open-webui/open-webui/commit/e3ec631ea6cd0b11f4224982cef1385edad329b7) feat: openai multimodal support - [`7b58c4e`](https://github.com/open-webui/open-webui/commit/7b58c4e0a3d0d62bb54a945c84eeb9090cf3412d) doc: demo.gif updated ### 📊 Changes **6 files changed** (+131 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `demo.gif` (+0 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+32 -31) 📝 `src/lib/components/chat/Messages.svelte` (+26 -12) 📝 `src/routes/(app)/+page.svelte` (+36 -34) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+35 -50) </details> ### 📄 Description Resolves #211 TODO: - [x] update demo.gif to multimodal --- <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-15 16:35:32 -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#91252