From c40ea7f29d34fa9535cdf9ffe599f4429ff3f455 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 2 Apr 2026 23:00:00 -0500 Subject: [PATCH] refac --- .../components/playground/Completions.svelte | 37 +++++++------------ 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/src/lib/components/playground/Completions.svelte b/src/lib/components/playground/Completions.svelte index 622ff1a5d7..a59f1d6747 100644 --- a/src/lib/components/playground/Completions.svelte +++ b/src/lib/components/playground/Completions.svelte @@ -10,7 +10,7 @@ import { splitStream } from '$lib/utils'; import Spinner from '$lib/components/common/Spinner.svelte'; - import Selector from '$lib/components/chat/ModelSelector/Selector.svelte'; + const i18n = getContext('i18n'); @@ -123,26 +123,6 @@
-
-
-
-
-
- ({ - value: model.id, - label: model.name, - model: model - }))} - bind:value={selectedModelId} - /> -
-
-
-
-
- -
-
+
+
+ +
+ +
{#if !loading}