ai-tube / src /app /config.ts
jbilcke-hf's picture
jbilcke-hf HF staff
improve mobile support
d160b97
raw
history blame
No virus
199 Bytes
export const showBetaFeatures = `${
process.env.NEXT_PUBLIC_SHOW_BETA_FEATURES || ""
}`.trim().toLowerCase() === "true"
export const defaultVideoModel = "SVD"
export const defaultVoice = "Julian"