We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83d8da commit 4e8f7caCopy full SHA for 4e8f7ca
webview-ui/src/components/settings/OpenAiModelPicker.tsx
@@ -159,7 +159,7 @@ const OpenAiModelPicker: React.FC = () => {
159
placeholder="Search and select a model..."
160
value={searchTerm}
161
onInput={(e) => {
162
- handleModelChange((e.target as HTMLInputElement)?.value?.toLowerCase())
+ handleModelChange((e.target as HTMLInputElement)?.value)
163
setIsDropdownVisible(true)
164
}}
165
onFocus={() => setIsDropdownVisible(true)}
0 commit comments