Browse Source

Update field label for Ollama convention

ferret99gt 2 months ago
parent
commit
bb72957535

+ 2 - 2
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte

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

+ 1 - 1
src/lib/i18n/locales/en-US/translation.json

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