jbilcke-hf's picture
jbilcke-hf HF staff
let's use the AiTube API
a899dc1
raw
history blame
224 Bytes
export const serverHuggingfaceApiKey = `${process.env.HF_API_TOKEN || ""}`
export const aitubeUrl = `${process.env.AI_TUBE_URL || "" }`
export const aitubeApiUrl = aitubeUrl + (aitubeUrl.endsWith("/") ? "" : "/") + "api/"