ollama / types /settings.ts
rippanteq7's picture
Upload folder using huggingface_hub
bbef364 verified
raw
history blame contribute delete
57 Bytes
export interface Settings {
theme: 'light' | 'dark';
}