rtetley's picture
fix(auth): changed the client-id to the bot one
8f23671
raw
history blame
188 Bytes
export const HF_CONFIG = {
CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
STORAGE_KEY: "hf_oauth",
SCOPE: "openid profile",
PROD_URL: "",
DEV_URL: "http://localhost:7860"
};