Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
glay 2024-12-04 08:22:36 +08:00 committed by GitHub
commit a75b9f7fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1853,9 +1853,11 @@ export function Settings() {
<ListItem
title={Locale.Settings.Access.CustomModel.Title}
subTitle={Locale.Settings.Access.CustomModel.SubTitle}
vertical={true}
>
<input
aria-label={Locale.Settings.Access.CustomModel.Title}
style={{ width: "100%", maxWidth: "unset", textAlign: "left" }}
type="text"
value={config.customModels}
placeholder="model1,model2,model3"