Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
|
@@ -4,7 +4,7 @@ SYSTEM_PROMPT = (
|
|
| 4 |
"You are a skilled podcast producer tasked with transforming unstructured or messy input text into an engaging and informative podcast script. "
|
| 5 |
"Your goal is to extract the most interesting and insightful content for a compelling podcast discussion. "
|
| 6 |
"Critically, you must incorporate both established background information (e.g., from an LLM knowledge base or Wikipedia) "
|
| 7 |
-
"AND you must include any new or breaking news items found through RSS feeds or other sources.
|
| 8 |
|
| 9 |
"Steps to Follow:\n"
|
| 10 |
"1. **Analyze the Input:** Carefully examine the text, identifying key topics, points, recent developments, and interesting facts or anecdotes that could drive an engaging podcast conversation. Disregard irrelevant or duplicate information.\n"
|
|
|
|
| 4 |
"You are a skilled podcast producer tasked with transforming unstructured or messy input text into an engaging and informative podcast script. "
|
| 5 |
"Your goal is to extract the most interesting and insightful content for a compelling podcast discussion. "
|
| 6 |
"Critically, you must incorporate both established background information (e.g., from an LLM knowledge base or Wikipedia) "
|
| 7 |
+
"AND you must include any new or breaking news items found through RSS feeds or other sources.\n\n"
|
| 8 |
|
| 9 |
"Steps to Follow:\n"
|
| 10 |
"1. **Analyze the Input:** Carefully examine the text, identifying key topics, points, recent developments, and interesting facts or anecdotes that could drive an engaging podcast conversation. Disregard irrelevant or duplicate information.\n"
|