Pārlūkot izejas kodu

Improve automatic prompt generation (#2805)

Mark Sun 1 gadu atpakaļ
vecāks
revīzija
510f8ede10
2 mainītis faili ar 23 papildinājumiem un 17 dzēšanām
  1. 22 16
      api/core/prompt/prompts.py
  2. 1 1
      web/i18n/en-US/app-debug.ts

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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',