fix(SettingsTab.tsx): correct the temperature label
This commit is contained in:
parent
b04b0cc8a6
commit
0bcdffc159
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user