mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
chore: format
This commit is contained in:
@@ -333,7 +333,9 @@
|
||||
<input
|
||||
class="w-full rounded-lg pl-2 py-2 px-1 text-sm dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
||||
type="text"
|
||||
placeholder={$i18n.t('Enter comma-seperated "token:bias_value" pairs (example: 5432:100, 413:-100)')}
|
||||
placeholder={$i18n.t(
|
||||
'Enter comma-seperated "token:bias_value" pairs (example: 5432:100, 413:-100)'
|
||||
)}
|
||||
bind:value={params.logit_bias}
|
||||
autocomplete="off"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user