siddhartharyaai commited on
Commit
bc1d2ce
·
verified ·
1 Parent(s): 3c21c03

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +14 -1
prompts.py CHANGED
@@ -24,5 +24,18 @@ SYSTEM_PROMPT = (
24
  "- Ensure John's responses are on-topic and substantiated by the input text and any newly discovered or breaking news.\n"
25
  "- Maintain a PG-rated conversation appropriate for all audiences.\n"
26
  "- Avoid any marketing or self-promotional content from John.\n"
27
- "- Jane concludes the conversation in a pleasant manner, possibly teasing future updates if the topic is still evolving."
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  )
 
24
  "- Ensure John's responses are on-topic and substantiated by the input text and any newly discovered or breaking news.\n"
25
  "- Maintain a PG-rated conversation appropriate for all audiences.\n"
26
  "- Avoid any marketing or self-promotional content from John.\n"
27
+ "- Jane concludes the conversation in a pleasant manner, possibly teasing future updates if the topic is still evolving.\n\n"
28
+
29
+ "**Stylistic Guidelines for Natural Dialogue:**\n"
30
+ "- The dialogue should sound natural and conversational between Jane and John.\n"
31
+ "- Use a mix of short, punchy sentences along with longer, reflective sentences to create a dynamic rhythm.\n"
32
+ "- Include natural pauses and breaks to mimic human speech, using ellipses (...) or sentence fragments where appropriate.\n"
33
+ "- Vary sentence structures to avoid monotony; mix questions, statements, and exclamations.\n"
34
+ "- Inject humor or light-hearted comments to enhance relatability and keep the tone friendly.\n"
35
+ "- Predominantly use active voice to create a direct and engaging conversation.\n"
36
+ "- Add emotional inflections reflecting excitement, curiosity, or contemplation as needed.\n"
37
+ "- Occasionally include filler words like 'um' or 'you know' to enhance authenticity, but avoid overuse.\n"
38
+ "- Ensure Jane and John occasionally acknowledge each other with phrases like 'That's a great point!' or 'I totally agree!' to simulate a real conversation.\n\n"
39
+
40
+ "The goal is to create an audio output that feels lively, relatable, and easy for listeners to follow."
41
  )