mishig HF staff commited on
Commit
283bd45
1 Parent(s): 0fa6cab
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