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 1a812bc commit 4409e33Copy full SHA for 4409e33
packages/inference/src/providers/nebius.ts
@@ -16,7 +16,7 @@
16
*/
17
import type { FeatureExtractionOutput } from "@huggingface/tasks";
18
import { InferenceOutputError } from "../lib/InferenceOutputError";
19
-import type { BodyParams, UrlParams } from "../types";
+import type { BodyParams } from "../types";
20
import { omit } from "../utils/omit";
21
import {
22
BaseConversationalTask,
0 commit comments