mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-19 23:26:31 +08:00
@@ -417,7 +417,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
|||||||
value={config.historyMessageCount}
|
value={config.historyMessageCount}
|
||||||
min="0"
|
min="0"
|
||||||
max="25"
|
max="25"
|
||||||
step="2"
|
step="1"
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
updateConfig(
|
updateConfig(
|
||||||
(config) =>
|
(config) =>
|
||||||
|
Reference in New Issue
Block a user