mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-28 05:54:24 +08:00
Compare commits
2 Commits
2623a92763
...
83cea3a90d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83cea3a90d | ||
|
|
759a09a76c |
@@ -1771,9 +1771,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"
|
||||
|
||||
Reference in New Issue
Block a user