ai-tube / src /app /state /defaultSettings.ts
jbilcke-hf's picture
jbilcke-hf HF staff
just a lil bit of plumbing
1185ec1
raw
history blame
No virus
113 Bytes
import { Settings } from "@/types/general"
export const defaultSettings: Settings = {
huggingfaceApiKey: "",
}