@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
30 lines (23 loc) • 770 B
text/typescript
// 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',
};