more chinese translation. (#609)
This commit is contained in:
@@ -425,7 +425,7 @@ export const Chat = memo(({ stopConversationRef }: Props) => {
|
||||
/>
|
||||
|
||||
<TemperatureSlider
|
||||
label="Temperature"
|
||||
label={t('Temperature')}
|
||||
onChangeTemperature={(temperature) =>
|
||||
handleUpdateConversation(selectedConversation, {
|
||||
key: 'temperature',
|
||||
|
||||
@@ -52,13 +52,13 @@ export const TemperatureSlider: FC<Props> = ({
|
||||
onChange={handleChange}
|
||||
/>
|
||||
<ul className="w mt-2 pb-8 flex justify-between px-[24px] text-neutral-900 dark:text-neutral-100">
|
||||
<li className="relative flex justify-center">
|
||||
<li className="flex justify-center">
|
||||
<span className="absolute">{t('Precise')}</span>
|
||||
</li>
|
||||
<li className="relative flex justify-center">
|
||||
<li className="flex justify-center">
|
||||
<span className="absolute">{t('Neutral')}</span>
|
||||
</li>
|
||||
<li className="relative flex justify-center">
|
||||
<li className="flex justify-center">
|
||||
<span className="absolute">{t('Creative')}</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user