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.

13 lines (12 loc) 240 B
export const mimeTypeMap: Record<string, string> = { csv: '#43aa55', doc: '#2b56b1', docx: '#2b56b1', pdf: '#de2429', ppt: '#c43e1b', pptx: '#c43e1b', text: '#607180', txt: '#607180', xls: '#2f6d3f', xlsx: '#2f6d3f', };