diff --git a/ui-svelte/src/components/playground/ChatInterface.svelte b/ui-svelte/src/components/playground/ChatInterface.svelte index 6b0e260b..19b8e28e 100644 --- a/ui-svelte/src/components/playground/ChatInterface.svelte +++ b/ui-svelte/src/components/playground/ChatInterface.svelte @@ -13,6 +13,7 @@ import { Textarea } from "$lib/components/ui/textarea/index.js"; import { Label } from "$lib/components/ui/label/index.js"; import * as Select from "$lib/components/ui/select/index.js"; + import * as Dialog from "$lib/components/ui/dialog/index.js"; import { X } from "@lucide/svelte"; const selectedModelStore = persistentStore("playground-selected-model", ""); @@ -319,7 +320,7 @@
-
- - {#if showSettings} -
-
- - v && endpointStore.set(v as Endpoint)} - > - /{$endpointStore} - - /v1/chat/completions - /v1/messages - /v1/responses - - -
-
- -