Skip to content

Commit 0296895

Browse files
sxjerubentwnghk
authored andcommitted
💄 style: sync chat limit (lobehub#6207)
1 parent 908a1a1 commit 0296895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/AgentSetting/AgentChat/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const AgentChat = memo(() => {
9494
valuePropName: 'checked',
9595
},
9696
{
97-
children: <SliderWithInput max={32} min={1} />,
97+
children: <SliderWithInput max={20} min={0} />,
9898
desc: t('settingChat.historyCount.desc'),
9999
divider: false,
100100
hidden: !enableHistoryCount,

0 commit comments

Comments
 (0)