Added a dropdown menu that shows all the local models available for deletion along with their disk size.
🔄 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/205
**Author:** [@samuelskottenborg](https://github.com/samuelskottenborg)
**Created:** 12/11/2023
**Status:** ✅ Merged
**Merged:** 12/11/2023
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `main` ← **Head:** `delete-model-dropdown`
---
### 📝 Commits (3)
- [`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
### 📊 Changes
**1 file changed** (+12 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/SettingsModal.svelte` (+12 -3)
</details>
### 📄 Description
Added a dropdown menu that shows all the local models available for deletion along with their disk size.

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/205
Author: @samuelskottenborg
Created: 12/11/2023
Status: ✅ Merged
Merged: 12/11/2023
Merged by: @tjbck
Base:
main← Head:delete-model-dropdown📝 Commits (3)
e55a5daAdded model dropdown for deleting local models7c0332fShow model size09ebb5dMerge branch 'main' into delete-model-dropdown📊 Changes
1 file changed (+12 additions, -3 deletions)
View changed files
📝
src/lib/components/chat/SettingsModal.svelte(+12 -3)📄 Description
Added a dropdown menu that shows all the local models available for deletion along with their disk size.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.