aitube2 / 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: "",
}