mirror of
https://github.com/open-webui/open-webui
synced 2025-04-25 16:49:46 +00:00
Update field label for Ollama convention
This commit is contained in:
parent
941c787806
commit
bb72957535
@ -746,14 +746,14 @@
|
|||||||
<div class=" py-0.5 w-full justify-between">
|
<div class=" py-0.5 w-full justify-between">
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={$i18n.t(
|
content={$i18n.t(
|
||||||
'Ollama only. Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)'
|
'Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)'
|
||||||
)}
|
)}
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
className="inline-tooltip"
|
className="inline-tooltip"
|
||||||
>
|
>
|
||||||
<div class="flex w-full justify-between">
|
<div class="flex w-full justify-between">
|
||||||
<div class=" self-center text-xs font-medium">
|
<div class=" self-center text-xs font-medium">
|
||||||
{$i18n.t('Repeat Penalty')}
|
{$i18n.t('Repeat Penalty (Ollama)')}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
@ -796,7 +796,7 @@
|
|||||||
"Rename": "",
|
"Rename": "",
|
||||||
"Reorder Models": "",
|
"Reorder Models": "",
|
||||||
"Repeat Last N": "",
|
"Repeat Last N": "",
|
||||||
"Repeat Penalty": "",
|
"Repeat Penalty (Ollama)": "",
|
||||||
"Reply in Thread": "",
|
"Reply in Thread": "",
|
||||||
"Request Mode": "",
|
"Request Mode": "",
|
||||||
"Reranking Model": "",
|
"Reranking Model": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user