// the code below can only be modified with commercial license
// if you want to use it in the commercial usage
// please contact us for more information: hello@lobehub.com

export const LOBE_CHAT_CLOUD = 'LobeChat Cloud';

export const BRANDING_NAME = 'LobeChat';
export const BRANDING_LOGO_URL = '';

export const ORG_NAME = 'LobeHub';

export const BRANDING_URL = {
  help: undefined,
  privacy: undefined,
  terms: undefined,
};

export const SOCIAL_URL = {
  discord: 'https://discord.gg/AYFPHvv2jT',
  github: 'https://github.com/lobehub',
  medium: 'https://medium.com/@lobehub',
  x: 'https://x.com/lobehub',
  youtube: 'https://www.youtube.com/@lobehub',
};

export const BRANDING_EMAIL = {
  business: 'hello@lobehub.com',
  support: 'support@lobehub.com',
};
