mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix(SettingsTab.tsx): correct the temperature label
This commit is contained in:
parent
16a5022594
commit
60c2a6ccbd
@ -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…
Reference in New Issue
Block a user