Skip to content

Commit 31cf25c

Browse files
committed
fix
1 parent 33771e6 commit 31cf25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/src/lib/makeRequestOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { SAMBANOVA_API_BASE_URL } from "../providers/sambanova";
66
import { TOGETHER_API_BASE_URL } from "../providers/together";
77
import { FIREWORKS_AI_API_BASE_URL } from "../providers/fireworks-ai";
88
import { HYPERBOLIC_API_BASE_URL } from "../providers/hyperbolic";
9-
109
import type { InferenceProvider } from "../types";
1110
import type { InferenceTask, Options, RequestArgs } from "../types";
1211
import { isUrl } from "./isUrl";
@@ -236,6 +235,7 @@ function makeUrl(params: {
236235
return `${baseUrl}/v1/chat/completions`;
237236
}
238237
return baseUrl;
238+
}
239239
case "hyperbolic": {
240240
const baseUrl = shouldProxy
241241
? HF_HUB_INFERENCE_PROXY_TEMPLATE.replace("{{PROVIDER}}", params.provider)

0 commit comments

Comments
 (0)