Spaces:
Running
Running
fix prompt
Browse files
front/src/utils/prompts.ts
CHANGED
@@ -14,7 +14,7 @@ Some rules:
|
|
14 |
- Each turn must have index, speakerName, text, and nextGapMilisecs.
|
15 |
- There can be from 20 to 30 turns in total.
|
16 |
- First turns should be the introduction for the theme and speakers.
|
17 |
-
- The script will be passed to TTS engine, make sure to write plain pronunciation, for example the www. must pronounced like "www dot"
|
18 |
- Only use base ASCII, do NOT use ALL CAPS, strings are wrapped inside "..."
|
19 |
|
20 |
There is an example (it is truncated):
|
@@ -37,7 +37,8 @@ turns:
|
|
37 |
\`\`\`
|
38 |
[END OF EXAMPLE]
|
39 |
|
40 |
-
The example above is truncated at index 1, REMEMBER TO CREATE AT LEAST 20 TURNS
|
|
|
41 |
|
42 |
Now, here is the content you need to write the podcast script:
|
43 |
|
|
|
14 |
- Each turn must have index, speakerName, text, and nextGapMilisecs.
|
15 |
- There can be from 20 to 30 turns in total.
|
16 |
- First turns should be the introduction for the theme and speakers.
|
17 |
+
- The script will be passed to TTS engine, make sure to write plain pronunciation, for example the www. must pronounced like "www dot". Do NOT add anything strange, do NOT add facial expression in the text.
|
18 |
- Only use base ASCII, do NOT use ALL CAPS, strings are wrapped inside "..."
|
19 |
|
20 |
There is an example (it is truncated):
|
|
|
37 |
\`\`\`
|
38 |
[END OF EXAMPLE]
|
39 |
|
40 |
+
The example above is truncated at index 1, REMEMBER TO CREATE AT LEAST 20 TURNS.
|
41 |
+
The output text will be passed to TTS engine, make sure to be clean.
|
42 |
|
43 |
Now, here is the content you need to write the podcast script:
|
44 |
|