hydra-crawler 2.5.3 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -42,12 +42,12 @@ const OFFENCE_PROMPT = GENERIC_PROMPT
|
|
|
42
42
|
3 = extremely offensive or highly controversial, potentially racist, sexist, homophobic or promoting hatred.
|
|
43
43
|
`.trim());
|
|
44
44
|
const INTEREST_PROMPT = GENERIC_PROMPT
|
|
45
|
-
.replace('<<<REASON>>>', 'for how interesting or
|
|
45
|
+
.replace('<<<REASON>>>', 'for how interesting or enlightening the text is')
|
|
46
46
|
.replace('SCALE', `
|
|
47
47
|
0 = purely function information with no further interest, such as opening times or directions
|
|
48
|
-
1 = information
|
|
49
|
-
2 = opinion and commentary which is likely to be
|
|
50
|
-
3 = highly informative and interesting or
|
|
48
|
+
1 = information that is partially interesting or intriguing, such as informative descriptions
|
|
49
|
+
2 = opinion and commentary which is likely to be interesting to many people
|
|
50
|
+
3 = highly informative and interesting or enlightening commentary, which most people would rate highly.
|
|
51
51
|
`.trim());
|
|
52
52
|
export class RigSubjectivityScaleService extends RigTicketedPromiseService {
|
|
53
53
|
constructor(url, key, model) {
|