[PR #213] [MERGED] dev #7011

Closed
opened 2025-11-11 17:14:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: main


📝 Commits (10+)

  • a7bec01 Merge pull request #186 from ollama-webui/dev
  • 195cfd4 wip: displaying error in a toast
  • e55a5da Added model dropdown for deleting local models
  • 7c0332f Show model size
  • 09ebb5d Merge branch 'main' into delete-model-dropdown
  • 3e5208c Merge pull request #205 from samuelskottenborg/delete-model-dropdown
  • 93cffa8 Merge branch 'main' into display-error
  • 5262156 feat: error handling for when ollama is not running
  • 75fb94e feat: show error message in chat
  • 763448b Merge pull request #203 from therohitdas/display-error

📊 Changes

7 files changed (+335 additions, -248 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 (+52 -13)
📝 src/lib/components/chat/SettingsModal.svelte (+12 -3)
📝 src/routes/(app)/+page.svelte (+119 -92)
📝 src/routes/(app)/c/[id]/+page.svelte (+118 -108)

📄 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/213 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a7bec01`](https://github.com/open-webui/open-webui/commit/a7bec01d7ba00fe320be4c66e43341a1f45dd179) Merge pull request #186 from ollama-webui/dev - [`195cfd4`](https://github.com/open-webui/open-webui/commit/195cfd4f843e528b219011633c8ba477e4587b4d) wip: displaying error in a toast - [`e55a5da`](https://github.com/open-webui/open-webui/commit/e55a5dafdeb2bd0c88fb028def175817eecc2d90) Added model dropdown for deleting local models - [`7c0332f`](https://github.com/open-webui/open-webui/commit/7c0332f963b27478aef834f6bf4458ebaa05ad3c) Show model size - [`09ebb5d`](https://github.com/open-webui/open-webui/commit/09ebb5da268d22c9521a6f2ec1a86e451cb80971) Merge branch 'main' into delete-model-dropdown - [`3e5208c`](https://github.com/open-webui/open-webui/commit/3e5208c11eddbcbd8454ecf9e4ee9ae86ef4889c) Merge pull request #205 from samuelskottenborg/delete-model-dropdown - [`93cffa8`](https://github.com/open-webui/open-webui/commit/93cffa89f68a1fc758a489b0e4d52522a88f736d) Merge branch 'main' into display-error - [`5262156`](https://github.com/open-webui/open-webui/commit/5262156c248394a9e544eb0fe22b5e769970ae61) feat: error handling for when ollama is not running - [`75fb94e`](https://github.com/open-webui/open-webui/commit/75fb94ec68b4846fa5a9831c4c724550c1f058b1) feat: show error message in chat - [`763448b`](https://github.com/open-webui/open-webui/commit/763448bca9b715048a842b739175ae6a8c6a296e) Merge pull request #203 from therohitdas/display-error ### 📊 Changes **7 files changed** (+335 additions, -248 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` (+52 -13) 📝 `src/lib/components/chat/SettingsModal.svelte` (+12 -3) 📝 `src/routes/(app)/+page.svelte` (+119 -92) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+118 -108) </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:14:21 -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#7011