fix(SettingsTab.tsx): correct the temperature label

This commit is contained in:
kangfenmao 2024-08-01 15:19:45 +08:00
parent b04b0cc8a6
commit 0bcdffc159

View File

@ -86,7 +86,7 @@ const SettingsTab: FC<Props> = (props) => {
</SettingSubtitle>
<SettingDivider />
<Row align="middle">
<Label>{t('assistant.settings.conext_count')}</Label>
<Label>{t('assistant.settings.temperature')}</Label>
<Tooltip title={t('assistant.settings.temperature.tip')}>
<QuestionIcon />
</Tooltip>