jbilcke-hf's picture
jbilcke-hf HF staff
polishing the design πŸ’…
c78f7b4
raw
history blame
280 Bytes
export const serverHuggingfaceApiKey = `${process.env.HF_API_TOKEN || ""}`
export const aitubeUrl = `${process.env.AI_TUBE_URL || "" }`
export const aitubeApiUrl = aitubeUrl + (aitubeUrl.endsWith("/") ? "" : "/") + "api/"
console.log("debug:", {
aitubeUrl,
aitubeApiUrl,
})