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.

33 lines (32 loc) 766 B
export default { addToKnowledgeBase: { addSuccess: '文件添加成功,<1>立即查看</1>', confirm: '添加', id: { placeholder: '请选择要添加的知识库', required: '请选择知识库', title: '目标知识库', }, title: '添加到知识库', totalFiles: '已选择 {{count}} 个文件', }, createNew: { confirm: '新建', description: { placeholder: '知识库简介(选填)', }, formTitle: '基本信息', name: { placeholder: '知识库名称', required: '请填写知识库名称', }, title: '新建知识库', }, tab: { evals: '评测', files: '文档', settings: '设置', testing: '召回测试', }, title: '知识库', };