fix: formatting

This commit is contained in:
Jun Siang Cheah
2024-05-09 23:57:39 +08:00
parent fa6e21f5e0
commit 0f50c12c59
31 changed files with 292 additions and 6 deletions

View File

@@ -1247,9 +1247,7 @@
: model.source === 'LiteLLM'
? 'LiteLLM'
: 'OpenAI'}: {model.name}{`${
model.custom_info?.name
? ' - ' + model.custom_info?.name
: ''
model.custom_info?.name ? ' - ' + model.custom_info?.name : ''
}`}</option
>
{/each}