ollama / types /data.ts
rippanteq7's picture
Upload folder using huggingface_hub
bbef364 verified
raw
history blame
63 Bytes
export interface KeyValuePair {
key: string;
value: any;
}