@huggingface/inference
Advanced tools
Comparing version 3.5.0 to 3.5.1
{ | ||
"name": "@huggingface/inference", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"packageManager": "pnpm@8.10.5", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -29,3 +29,3 @@ /** | ||
const makeHeaders = (params: HeaderParams): Record<string, string> => { | ||
return { Authorization: `Bearer ${params.accessToken}` }; | ||
return { Authorization: `Bearer ${params.accessToken}`, Prefer: "wait" }; | ||
}; | ||
@@ -32,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
414515