@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.
17 lines (12 loc) • 433 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,
};