Skip to content

Type Alias: ModelFileAccessTokens

ts
type ModelFileAccessTokens: {
  huggingFace: string;
};

Type declaration

huggingFace?

ts
optional huggingFace: string;

Defined in

utils/modelFileAccesTokens.ts:7