File size: 224 Bytes
6da9beb
 
6821e3e
 
c78f7b4
1
2
3
4
5
6

export const serverHuggingfaceApiKey = `${process.env.HF_API_TOKEN || ""}`

export const aitubeUrl = `${process.env.AI_TUBE_URL || "" }`
export const aitubeApiUrl = aitubeUrl + (aitubeUrl.endsWith("/") ? "" : "/") + "api/"