jbilcke-hf's picture
jbilcke-hf HF staff
work in progress, starting to take shape
f62b8d3
raw
history blame
360 Bytes
import { Credentials } from "@/huggingface/hub/src"
export const adminApiKey = `${process.env.ADMIN_HUGGING_FACE_API_TOKEN || ""}`
export const adminUsername = `${process.env.ADMIN_HUGGING_FACE_USERNAME || ""}`
export const adminCredentials: Credentials = { accessToken: adminApiKey }
export const aiTubeRobotApi = `${process.env.AI_TUBE_ROBOT_API || ""}`