Update field label for Ollama convention

This commit is contained in:
ferret99gt 2025-02-14 18:02:30 -05:00
parent 941c787806
commit bb72957535
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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": "",