mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 07:15:20 +00:00
refac: wording
This commit is contained in:
parent
aaf97b85dc
commit
7593d11b97
1 changed files with 3 additions and 1 deletions
|
|
@ -227,7 +227,9 @@
|
||||||
|
|
||||||
<div class=" py-0.5 w-full justify-between">
|
<div class=" py-0.5 w-full justify-between">
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={$i18n.t('Constrains effort on reasoning for reasoning models. (Default: medium)')}
|
content={$i18n.t(
|
||||||
|
'Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)'
|
||||||
|
)}
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
className="inline-tooltip"
|
className="inline-tooltip"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue