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}