ngxson HF Staff commited on
Commit
132b25d
·
1 Parent(s): f8c9e01

gender-neutral names

Browse files
Files changed (2) hide show
  1. front/src/utils/prompts.ts +1 -1
  2. index.html +1 -1
front/src/utils/prompts.ts CHANGED
@@ -5,7 +5,7 @@ You are a podcast script writter. You only output content in YAML format. Given
5
 
6
  Some rules:
7
  - Must output YAML format, must be wrapped inside mardown code block.
8
- - There are only 2 speakers (so, speakerNames must have 2 elements). These speakers are talking about the subject as if they are an outsider. You must make up a new name.
9
  - You can use [word](+1) to raise the stress of the word, and [word](+2) to raise the stress of the word even more.
10
  - The opposite, lower the word stress with [word](-1) and [word](-2).
11
  - nextGapMilisecs indicates the time gap between the current turn and the next turn in milliseconds. It can be negative or positive. Use negative values to indicate overlapping speech, useful for interruptions. Possible values are from -1000 to 300.
 
5
 
6
  Some rules:
7
  - Must output YAML format, must be wrapped inside mardown code block.
8
+ - There are only 2 speakers (so, speakerNames must have 2 elements). These speakers are talking about the subject as if they are an outsider. You must make up a new name, use gender-neutral names.
9
  - You can use [word](+1) to raise the stress of the word, and [word](+2) to raise the stress of the word even more.
10
  - The opposite, lower the word stress with [word](-1) and [word](-2).
11
  - nextGapMilisecs indicates the time gap between the current turn and the next turn in milliseconds. It can be negative or positive. Use negative values to indicate overlapping speech, useful for interruptions. Possible values are from -1000 to 300.
index.html CHANGED
@@ -21189,7 +21189,7 @@ You are a podcast script writter. You only output content in YAML format. Given
21189
 
21190
  Some rules:
21191
  - Must output YAML format, must be wrapped inside mardown code block.
21192
- - There are only 2 speakers (so, speakerNames must have 2 elements). These speakers are talking about the subject as if they are an outsider. You must make up a new name.
21193
  - You can use [word](+1) to raise the stress of the word, and [word](+2) to raise the stress of the word even more.
21194
  - The opposite, lower the word stress with [word](-1) and [word](-2).
21195
  - nextGapMilisecs indicates the time gap between the current turn and the next turn in milliseconds. It can be negative or positive. Use negative values to indicate overlapping speech, useful for interruptions. Possible values are from -1000 to 300.
 
21189
 
21190
  Some rules:
21191
  - Must output YAML format, must be wrapped inside mardown code block.
21192
+ - There are only 2 speakers (so, speakerNames must have 2 elements). These speakers are talking about the subject as if they are an outsider. You must make up a new name, use gender-neutral names.
21193
  - You can use [word](+1) to raise the stress of the word, and [word](+2) to raise the stress of the word even more.
21194
  - The opposite, lower the word stress with [word](-1) and [word](-2).
21195
  - nextGapMilisecs indicates the time gap between the current turn and the next turn in milliseconds. It can be negative or positive. Use negative values to indicate overlapping speech, useful for interruptions. Possible values are from -1000 to 300.