diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index eb20128..c0ea76d 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -141,7 +141,7 @@ const SelectModel = (props: { help: string }) => { {useCustomModel ? ( ) => { + onBlur={(e: React.ChangeEvent) => { chatStore.model = e.target.value; setChatStore({ ...chatStore }); }} @@ -205,7 +205,7 @@ const LongInput = (props: {