UNPKG

@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.

12 lines (6 loc) 315 B
export const LOADING_FLAT = '...'; export const MESSAGE_CANCEL_FLAT = 'canceled'; export const MESSAGE_THREAD_DIVIDER_ID = '__THREAD_DIVIDER__'; export const MESSAGE_WELCOME_GUIDE_ID = 'welcome'; export const THREAD_DRAFT_ID = '__THREAD_DRAFT_ID__'; export const MESSAGE_FLAGGED_THINKING = 'FLAGGED_THINKING';