ai-tube / src /app /state /defaultSettings.ts
jbilcke-hf's picture
jbilcke-hf HF staff
work on HF login
16891a6
raw
history blame contribute delete
No virus
147 Bytes
import { Settings } from "@/types/general"
export const defaultSettings: Settings = {
huggingfaceApiKey: "",
huggingfaceTemporaryApiKey: "",
}