File size: 280 Bytes
6da9beb 6821e3e c78f7b4 |
1 2 3 4 5 6 7 8 9 10 |
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,
}) |