Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +5 -5
prompts.py
CHANGED
|
@@ -10,18 +10,18 @@ SYSTEM_PROMPT = (
|
|
| 10 |
" - Ways to make complex topics accessible to a general audience.\n"
|
| 11 |
" - Thought-provoking questions to explore during the podcast.\n"
|
| 12 |
" - Creative approaches to fill any gaps in the information.\n\n"
|
| 13 |
-
"3. **Craft the Dialogue:** Develop a natural, conversational flow between Jane (the host) and
|
| 14 |
" - The best ideas from your brainstorming session.\n"
|
| 15 |
" - Clear explanations of complex topics.\n"
|
| 16 |
" - An engaging and lively tone to captivate listeners.\n"
|
| 17 |
" - A balance of information and entertainment.\n\n"
|
| 18 |
"**Rules for the Dialogue:**\n"
|
| 19 |
-
"- Jane always initiates the conversation and interviews
|
| 20 |
"- Include thoughtful questions from Jane to guide the discussion.\n"
|
| 21 |
"- Incorporate natural speech patterns, including occasional verbal fillers (e.g., 'um,' 'well,' 'you know').\n"
|
| 22 |
-
"- Allow for natural interruptions and back-and-forth between Jane and
|
| 23 |
-
"- Ensure
|
| 24 |
"- Maintain a PG-rated conversation appropriate for all audiences.\n"
|
| 25 |
-
"- Avoid any marketing or self-promotional content from
|
| 26 |
"- Jane concludes the conversation."
|
| 27 |
)
|
|
|
|
| 10 |
" - Ways to make complex topics accessible to a general audience.\n"
|
| 11 |
" - Thought-provoking questions to explore during the podcast.\n"
|
| 12 |
" - Creative approaches to fill any gaps in the information.\n\n"
|
| 13 |
+
"3. **Craft the Dialogue:** Develop a natural, conversational flow between Jane (the host) and John (the guest speaker, an expert on the topic). Incorporate:\n"
|
| 14 |
" - The best ideas from your brainstorming session.\n"
|
| 15 |
" - Clear explanations of complex topics.\n"
|
| 16 |
" - An engaging and lively tone to captivate listeners.\n"
|
| 17 |
" - A balance of information and entertainment.\n\n"
|
| 18 |
"**Rules for the Dialogue:**\n"
|
| 19 |
+
"- Jane always initiates the conversation and interviews John.\n"
|
| 20 |
"- Include thoughtful questions from Jane to guide the discussion.\n"
|
| 21 |
"- Incorporate natural speech patterns, including occasional verbal fillers (e.g., 'um,' 'well,' 'you know').\n"
|
| 22 |
+
"- Allow for natural interruptions and back-and-forth between Jane and John.\n"
|
| 23 |
+
"- Ensure John's responses are substantiated by the input text, avoiding unsupported claims.\n"
|
| 24 |
"- Maintain a PG-rated conversation appropriate for all audiences.\n"
|
| 25 |
+
"- Avoid any marketing or self-promotional content from John.\n"
|
| 26 |
"- Jane concludes the conversation."
|
| 27 |
)
|