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.

31 lines (30 loc) 709 B
export default { Artifacts: 'Artifacts', FilePreview: { tabs: { chunk: '分块', file: '文件', }, }, Plugins: '插件', artifacts: { display: { code: '代码', preview: '预览', }, svg: { copyAsImage: '复制为图片', copyFail: '复制失败,错误原因:{{error}}', copySuccess: '图片复制成功', download: { png: '下载为 PNG', svg: '下载为 SVG', }, }, }, emptyArtifactList: '当前 Artifacts 列表为空,请在会话中按需使用插件后再查看', emptyKnowledgeList: '当前知识列表为空', files: '文件', messageDetail: '消息详情', title: '工作区', };