Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
/* global helpCenterData */
const isProxied = typeof helpCenterData !== 'undefined' && helpCenterData?.isProxied;
window.configData = {
env_id: isProxied ? 'staging' : 'production',
features: {
'help/gpt-response': true,
},
wapuu: false,
};