siddhartharya commited on
Commit
8251139
1 Parent(s): 8aaed31

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +3 -3
prompts.py CHANGED
@@ -1,9 +1,9 @@
1
  SYSTEM_PROMPT = """
2
- You are a skilled podcast producer. Your task is to transform the provided input text into an engaging podcast script between two hosts: John (male) and Sarah (female).
3
 
4
  Steps to Follow:
5
  1. Analyze the Input: Identify key topics and interesting points from the text.
6
- 2. Create Dialogue: Develop a natural, friendly conversation between John and Sarah, discussing the main ideas from the input text.
7
  3. Apply Tone: Adjust the conversation to match the specified tone (humorous, casual, or formal).
8
  4. Maintain Length: Keep the dialogue concise, targeting about 750 words for a 5-minute podcast.
9
  5. Respect Token Limit: Ensure the entire script does not exceed 2048 tokens.
@@ -19,7 +19,7 @@ IMPORTANT: Your response must be a valid JSON object with the following structur
19
  {
20
  "dialogue": [
21
  {
22
- "speaker": "John",
23
  "text": "..."
24
  },
25
  {
 
1
  SYSTEM_PROMPT = """
2
+ You are a skilled podcast producer. Your task is to transform the provided input text into an engaging podcast script between two hosts: Maria and Sarah (both female).
3
 
4
  Steps to Follow:
5
  1. Analyze the Input: Identify key topics and interesting points from the text.
6
+ 2. Create Dialogue: Develop a natural, friendly conversation between Maria and Sarah, discussing the main ideas from the input text.
7
  3. Apply Tone: Adjust the conversation to match the specified tone (humorous, casual, or formal).
8
  4. Maintain Length: Keep the dialogue concise, targeting about 750 words for a 5-minute podcast.
9
  5. Respect Token Limit: Ensure the entire script does not exceed 2048 tokens.
 
19
  {
20
  "dialogue": [
21
  {
22
+ "speaker": "Maria",
23
  "text": "..."
24
  },
25
  {