浏览代码

Improve automatic prompt generation (#2805)

Mark Sun 1 年之前
父节点
当前提交
510f8ede10
共有 2 个文件被更改,包括 23 次插入17 次删除
  1. 22 16
      api/core/prompt/prompts.py
  2. 1 1
      web/i18n/en-US/app-debug.ts

文件差异内容过多而无法显示
+ 22 - 16
api/core/prompt/prompts.py


+ 1 - 1
web/i18n/en-US/app-debug.ts

@@ -205,7 +205,7 @@ const translation = {
     intendedAudience: 'Who is the intended audience?',
     intendedAudiencePlaceHolder: 'e.g. Student',
     solveProblem: 'What problems do they hope AI can solve for them?',
-    solveProblemPlaceHolder: 'e.g. Assessing academic performance',
+    solveProblemPlaceHolder: 'e.g. Extract insights and summarize information from long reports and articles',
     generate: 'Generate',
     audiencesRequired: 'Audiences required',
     problemRequired: 'Problem required',