Type Alias: ModelDownloadEndpoints
ts
type ModelDownloadEndpoints = {
huggingFace?: string;
};Defined in: utils/modelDownloadEndpoints.ts:3
Properties
huggingFace?
ts
optional huggingFace: string;Defined in: utils/modelDownloadEndpoints.ts:12
Endpoint to use for resolving Hugging Face model URIs (hf:).
Can also be set by using the environment variable HF_ENDPOINT or MODEL_ENDPOINT.
Defaults to "https://huggingface.co/".