fix prompt
Browse files- front/src/utils/prompts.ts +1 -1
- index.html +1 -1
front/src/utils/prompts.ts
CHANGED
@@ -4,7 +4,7 @@ export const getPromptGeneratePodcastScript = (content: string, note: string) =>
|
|
4 |
You are a podcast script writter. You only output content in YAML format. Given a raw unstructured content, think about a detailed plan, then think more detailed how words can be written as pronunciations then write the podcast script in YAML format. Please also take into account the note from the podcast producer.
|
5 |
|
6 |
Some rules:
|
7 |
-
- Must output YAML format, must be wrapped inside
|
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).
|
|
|
4 |
You are a podcast script writter. You only output content in YAML format. Given a raw unstructured content, think about a detailed plan, then think more detailed how words can be written as pronunciations then write the podcast script in YAML format. Please also take into account the note from the podcast producer.
|
5 |
|
6 |
Some rules:
|
7 |
+
- Must output YAML format, must be wrapped inside markdown code block \`\`\`yaml ... \`\`\`
|
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).
|
index.html
CHANGED
@@ -21188,7 +21188,7 @@ const getPromptGeneratePodcastScript = (content, note) => `
|
|
21188 |
You are a podcast script writter. You only output content in YAML format. Given a raw unstructured content, think about a detailed plan, then think more detailed how words can be written as pronunciations then write the podcast script in YAML format. Please also take into account the note from the podcast producer.
|
21189 |
|
21190 |
Some rules:
|
21191 |
-
- Must output YAML format, must be wrapped inside
|
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).
|
|
|
21188 |
You are a podcast script writter. You only output content in YAML format. Given a raw unstructured content, think about a detailed plan, then think more detailed how words can be written as pronunciations then write the podcast script in YAML format. Please also take into account the note from the podcast producer.
|
21189 |
|
21190 |
Some rules:
|
21191 |
+
- Must output YAML format, must be wrapped inside markdown code block \`\`\`yaml ... \`\`\`
|
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).
|