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 911d86d commit 05544d5Copy full SHA for 05544d5
packages/inference/src/providers/providerHelper.ts
@@ -115,7 +115,7 @@ export abstract class TaskProviderHelper {
115
* Prepare the headers for the request
116
*/
117
prepareHeaders(params: HeaderParams, isBinary: boolean): Record<string, string> {
118
- const headers: Record<string, string> = { };
+ const headers: Record<string, string> = {};
119
if (params.authMethod !== "none") {
120
headers["Authorization"] = `Bearer ${params.accessToken}`;
121
}
0 commit comments