chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-03-01 07:28:00 -08:00
parent d7088efe73
commit efe8c4ca69
53 changed files with 397 additions and 7 deletions

View File

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