Преглед изворни кода

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',