3 lines
187 B
TypeScript
3 lines
187 B
TypeScript
import { ModelDownloadEndpoints } from "../../utils/modelDownloadEndpoints.js";
|
|
export declare function normalizeGgufDownloadUrl(url: string, endpoints?: ModelDownloadEndpoints): string;
|