forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #234 from GOWxx/feat_set_history_to_zero
feat: support history message count to zero
This commit is contained in:
commit
52a217883d
@ -375,7 +375,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
|||||||
type="range"
|
type="range"
|
||||||
title={config.historyMessageCount.toString()}
|
title={config.historyMessageCount.toString()}
|
||||||
value={config.historyMessageCount}
|
value={config.historyMessageCount}
|
||||||
min="2"
|
min="0"
|
||||||
max="25"
|
max="25"
|
||||||
step="2"
|
step="2"
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user