Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#234 from GOWxx/feat_set_history_to_…
Browse files Browse the repository at this point in the history
…zero

feat: support history message count to zero
  • Loading branch information
Yidadaa authored Mar 30, 2023
2 parents fc49b34 + 4313f63 commit 36aa36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 36aa36a

Please sign in to comment.