Skip to content

Commit 4738190

Browse files
committed
fix lint cc @Wauplin
1 parent 0c10fcc commit 4738190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/inference/src/lib/makeRequestOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export function makeRequestOptionsFromResolvedModel(
112112
}
113113
): { url: string; info: RequestInit } {
114114
const { accessToken, endpointUrl, provider: maybeProvider, model, ...remainingArgs } = args;
115+
void model;
115116

116117
const provider = maybeProvider ?? "hf-inference";
117118
const providerConfig = providerConfigs[provider];

0 commit comments

Comments
 (0)