wip
Browse files
src/lib/components/InferencePlayground/inferencePlaygroundUtils.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import { type ChatCompletionInputMessage } from "@huggingface/tasks";
|
2 |
import type { Conversation, ModelEntryWithTokenizer } from "$lib/types";
|
|
|
3 |
import { HfInference } from "@huggingface/inference";
|
4 |
|
5 |
|
|
|
1 |
import { type ChatCompletionInputMessage } from "@huggingface/tasks";
|
2 |
import type { Conversation, ModelEntryWithTokenizer } from "$lib/types";
|
3 |
+
|
4 |
import { HfInference } from "@huggingface/inference";
|
5 |
|
6 |
|