LLM-Inference / src /routes /+page.svelte
Thomas G. Lopes
abstract models
c7f83e1
raw
history blame contribute delete
153 Bytes
<script lang="ts">
import InferencePlayground from "$lib/components/InferencePlayground/InferencePlayground.svelte";
</script>
<InferencePlayground />