Skip to content

Commit 5d94d59

Browse files
committed
remove inspect
1 parent aa8170a commit 5d94d59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/components/inference-playground/model-selector.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import Avatar from "../avatar.svelte";
77
import ModelSelectorModal from "./model-selector-modal.svelte";
88
import ProviderSelect from "./provider-select.svelte";
9-
import typia from "typia";
109
1110
interface Props {
1211
conversation: ConversationClass;
@@ -33,7 +32,6 @@
3332
const nameSpace = $derived(isCustom ? "Custom endpoint" : (model.id.split("/")[0] ?? ""));
3433
const modelName = $derived(isCustom ? model.id : (model.id.split("/")[1] ?? ""));
3534
const id = $props.id();
36-
$inspect(conversation.model, isHFModel(conversation.model), typia.validate<Model>(conversation.model));
3735
</script>
3836

3937
<div class="flex flex-col gap-2">

0 commit comments

Comments
 (0)