This commit is contained in:
Yidadaa
2023-04-23 01:37:47 +08:00
parent 7345639af3
commit b23adf9d5d
8 changed files with 83 additions and 75 deletions

View File

@@ -10,7 +10,7 @@ export function ModelConfigList(props: {
updateConfig: (updater: (config: ModelConfig) => void) => void;
}) {
return (
<List>
<>
<ListItem title={Locale.Settings.Model}>
<select
value={props.modelConfig.model}
@@ -136,6 +136,6 @@ export function ModelConfigList(props: {
}
></input>
</ListItem>
</List>
</>
);
}