Fixed Model Search - Model search now correctly works with model names with uppercase characters.
🔄 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/2368
**Author:** [@cheahjs](https://github.com/cheahjs)
**Created:** 5/18/2024
**Status:** ✅ Merged
**Merged:** 5/18/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `fix/case-insensitive-model-search`
---
### 📝 Commits (1)
- [`f958703`](https://github.com/open-webui/open-webui/commit/f9587032dec2708905dd3e95b7fbc212153f593f) fix: case insensitive model search
### 📊 Changes
**2 files changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+1 -1)
📝 `src/lib/components/common/Selector.svelte` (+1 -1)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Target branch:** Pull requests should target the `dev` branch.
- [x] **Description:** Briefly describe the changes in this pull request.
- [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [x] **Testing:** Have you written and run sufficient tests for the changes?
- [x] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
---
## Description
Fixes #2367
### Changelog Entry
### Fixed
- **Fixed Model Search** - Model search now correctly works with model names with uppercase characters.
---
<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/2368
Author: @cheahjs
Created: 5/18/2024
Status: ✅ Merged
Merged: 5/18/2024
Merged by: @tjbck
Base:
dev← Head:fix/case-insensitive-model-search📝 Commits (1)
f958703fix: case insensitive model search📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/ModelSelector/Selector.svelte(+1 -1)📝
src/lib/components/common/Selector.svelte(+1 -1)📄 Description
Pull Request Checklist
devbranch.Description
Fixes #2367
Changelog Entry
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.