From b1a941ee6fb0e220676a8a47fd7b38787d8ee3e6 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 7 Nov 2024 01:00:30 -0800 Subject: [PATCH] refac: styling --- .../components/workspace/Models/ModelEditor.svelte | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/lib/components/workspace/Models/ModelEditor.svelte b/src/lib/components/workspace/Models/ModelEditor.svelte index 884117e34..1b97055b7 100644 --- a/src/lib/components/workspace/Models/ModelEditor.svelte +++ b/src/lib/components/workspace/Models/ModelEditor.svelte @@ -306,13 +306,13 @@ model profile {:else} model profile {/if} @@ -410,8 +410,6 @@
{$i18n.t('Model Params')}
- -
{$i18n.t('System Prompt')}
@@ -516,12 +514,12 @@
{#if info?.meta?.suggestion_prompts} -
+
{#if info.meta.suggestion_prompts.length > 0} {#each info.meta.suggestion_prompts as prompt, promptIdx} -
+
@@ -640,7 +638,7 @@