We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33801ba commit fe4212aCopy full SHA for fe4212a
packages/inference/src/providers/featherless-ai.ts
@@ -1,4 +1,9 @@
1
-import type { ChatCompletionOutput, TextGenerationInput, TextGenerationOutput, TextGenerationOutputFinishReason } from "@huggingface/tasks";
+import type {
2
+ ChatCompletionOutput,
3
+ TextGenerationInput,
4
+ TextGenerationOutput,
5
+ TextGenerationOutputFinishReason,
6
+} from "@huggingface/tasks";
7
import { InferenceOutputError } from "../lib/InferenceOutputError";
8
import type { BodyParams } from "../types";
9
import { BaseConversationalTask, BaseTextGenerationTask } from "./providerHelper";
0 commit comments