Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/gguf/utils/normalizeGgufDownloadUrl.d.ts
2026-02-05 15:27:49 +08:00

3 lines
187 B
TypeScript

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