File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/inference/src/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { SAMBANOVA_API_BASE_URL } from "../providers/sambanova";
66import { TOGETHER_API_BASE_URL } from "../providers/together" ;
77import { FIREWORKS_AI_API_BASE_URL } from "../providers/fireworks-ai" ;
88import { HYPERBOLIC_API_BASE_URL } from "../providers/hyperbolic" ;
9-
109import type { InferenceProvider } from "../types" ;
1110import type { InferenceTask , Options , RequestArgs } from "../types" ;
1211import { 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 )
You can’t perform that action at this time.
0 commit comments