Skip to content

Commit fe4212a

Browse files
authored
Fix CI (#1381)
1 parent 33801ba commit fe4212a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/inference/src/providers/featherless-ai.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import type { ChatCompletionOutput, TextGenerationInput, TextGenerationOutput, TextGenerationOutputFinishReason } from "@huggingface/tasks";
1+
import type {
2+
ChatCompletionOutput,
3+
TextGenerationInput,
4+
TextGenerationOutput,
5+
TextGenerationOutputFinishReason,
6+
} from "@huggingface/tasks";
27
import { InferenceOutputError } from "../lib/InferenceOutputError";
38
import type { BodyParams } from "../types";
49
import { BaseConversationalTask, BaseTextGenerationTask } from "./providerHelper";

0 commit comments

Comments
 (0)