system title (#526)

This commit is contained in:
Archer
2023-11-29 10:56:53 +08:00
committed by GitHub
parent abc1e576b7
commit 007fce2deb
10 changed files with 24 additions and 11 deletions

View File

@@ -42,7 +42,8 @@ export const ClassifyQuestionModule: FlowModuleTemplateType = {
label: '背景知识',
description:
'你可以添加一些特定内容的介绍,从而更好的识别用户的问题类型。这个内容通常是给模型介绍一个它不知道的内容。',
placeholder: '例如: \n1. Laf 是一个云函数开发平台……\n2. Sealos 是一个集群操作系统',
placeholder:
'例如: \n1. AIGC人工智能生成内容是指使用人工智能技术自动或半自动地生成数字内容如文本、图像、音乐、视频等。\n2. AIGC技术包括但不限于自然语言处理、计算机视觉、机器学习和深度学习。这些技术可以创建新内容或修改现有内容以满足特定的创意、教育、娱乐或信息需求。',
showTargetInApp: true,
showTargetInPlugin: true
},