From e0b7d954291a99ea639a68130c323b21ad4ba727 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 21 Oct 2024 15:30:30 -0700 Subject: [PATCH] refac --- src/lib/components/common/Sidebar.svelte | 2 +- src/lib/components/playground/Chat.svelte | 29 +++++++++++++---------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/lib/components/common/Sidebar.svelte b/src/lib/components/common/Sidebar.svelte index 4ff3d2a6b..bb3714244 100644 --- a/src/lib/components/common/Sidebar.svelte +++ b/src/lib/components/common/Sidebar.svelte @@ -12,7 +12,7 @@ {#if show}
{ show = false; }} diff --git a/src/lib/components/playground/Chat.svelte b/src/lib/components/playground/Chat.svelte index eb06a9df2..f87667cd8 100644 --- a/src/lib/components/playground/Chat.svelte +++ b/src/lib/components/playground/Chat.svelte @@ -189,14 +189,19 @@
- +
Settings
-
-
@@ -206,16 +211,14 @@
Model
- ({ - value: model.id, - label: model.name, - model: model - }))} +