ai-tube / src /app /state /defaultSettings.ts
jbilcke-hf's picture
jbilcke-hf HF staff
made some changes to the hub.js client
a64395a
raw
history blame
105 Bytes
import { Settings } from "@/types"
export const defaultSettings: Settings = {
huggingfaceApiKey: "",
}