@huggingface/inference
Advanced tools
Comparing version
@@ -327,3 +327,3 @@ var __defProp = Object.defineProperty; | ||
var name = "@huggingface/inference"; | ||
var version = "3.4.0"; | ||
var version = "3.4.1"; | ||
@@ -330,0 +330,0 @@ // src/providers/consts.ts |
@@ -1,2 +0,2 @@ | ||
import type { ChatCompletionInput, FeatureExtractionInput, PipelineType } from "@huggingface/tasks"; | ||
import type { ChatCompletionInput, PipelineType } from "@huggingface/tasks"; | ||
/** | ||
@@ -68,3 +68,3 @@ * HF model id, like "meta-llama/Llama-3.3-70B-Instruct" | ||
audio_url: string; | ||
} | ChatCompletionInput | FeatureExtractionInput) & { | ||
} | ChatCompletionInput) & { | ||
parameters?: Record<string, unknown>; | ||
@@ -71,0 +71,0 @@ }; |
{ | ||
"name": "@huggingface/inference", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"packageManager": "pnpm@8.10.5", | ||
@@ -42,3 +42,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@huggingface/tasks": "^0.16.4" | ||
"@huggingface/tasks": "^0.16.5" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
import type { ChatCompletionInput, FeatureExtractionInput, PipelineType } from "@huggingface/tasks"; | ||
import type { ChatCompletionInput, PipelineType } from "@huggingface/tasks"; | ||
@@ -90,3 +90,2 @@ /** | ||
| ChatCompletionInput | ||
| FeatureExtractionInput | ||
) & { | ||
@@ -93,0 +92,0 @@ parameters?: Record<string, unknown>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
307996
-0.04%6891
-0.01%Updated