mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +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>
|
</SettingSubtitle>
|
||||||
<SettingDivider />
|
<SettingDivider />
|
||||||
<Row align="middle">
|
<Row align="middle">
|
||||||
<Label>{t('assistant.settings.conext_count')}</Label>
|
<Label>{t('assistant.settings.temperature')}</Label>
|
||||||
<Tooltip title={t('assistant.settings.temperature.tip')}>
|
<Tooltip title={t('assistant.settings.temperature.tip')}>
|
||||||
<QuestionIcon />
|
<QuestionIcon />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user