mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix: enable custom model. (#825)
This commit is contained in:
parent
c34517be2b
commit
0b5eea967f
@ -127,6 +127,8 @@ function SettingModal({ isOpen, onClose }: Props): JSX.Element {
|
||||
}}
|
||||
onKeyDown={(e: KeyboardEvent) => e.continuePropagation()}
|
||||
defaultFilter={customFilter}
|
||||
defaultInputValue={model}
|
||||
allowsCustomValue
|
||||
>
|
||||
{(item: { label: string; value: string }) => (
|
||||
<AutocompleteItem key={item.value} value={item.value}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user