mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 16:53:04 +08:00
feat: support history message count to zero
This commit is contained in:
@@ -375,7 +375,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
||||
type="range"
|
||||
title={config.historyMessageCount.toString()}
|
||||
value={config.historyMessageCount}
|
||||
min="2"
|
||||
min="0"
|
||||
max="25"
|
||||
step="2"
|
||||
onChange={(e) =>
|
||||
|
Reference in New Issue
Block a user