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 (10 loc) 266 B
export const ALT_KEY = 'alt'; export const META_KEY = 'mod'; export const SAVE_TOPIC_KEY = 'n'; export const CLEAN_MESSAGE_KEY = 'backspace'; export const HOTKEYS = { chatSettings: 'mod+comma', regenerate: 'alt+r', saveTopic: 'alt+n', zenMode: 'mod+\\', };