Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
wip
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundCodeSnippets.svelte
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
<script lang="ts">
|
| 2 |
-
import type { Conversation } from "
|
| 3 |
|
| 4 |
import { onDestroy } from "svelte";
|
| 5 |
import hljs from "highlight.js/lib/core";
|
|
|
|
| 1 |
<script lang="ts">
|
| 2 |
+
import type { Conversation } from "./types";
|
| 3 |
|
| 4 |
import { onDestroy } from "svelte";
|
| 5 |
import hljs from "highlight.js/lib/core";
|