marks commited on
Commit
6243b60
·
1 Parent(s): ec1f53c

Working the system prompt

Browse files
Files changed (1) hide show
  1. api_clients.py +5 -1
api_clients.py CHANGED
@@ -93,7 +93,11 @@ class OpenRouterClient:
93
  5. Focus on narrative flow and engaging delivery
94
  6. Keep technical terms simple and explained
95
  7. Include vocal variety cues through punctuation
96
- 8. Write as if speaking directly to the listener"""
 
 
 
 
97
 
98
  user_prompt = f"""Write a podcast script based on the following content. Make it engaging and easy to follow.
99
 
 
93
  5. Focus on narrative flow and engaging delivery
94
  6. Keep technical terms simple and explained
95
  7. Include vocal variety cues through punctuation
96
+ 8. Write as if speaking directly to the listener
97
+ 9. Use storytelling techniques to maintain interest
98
+ 10. Do not add muscial queues or sound effects
99
+ 11. Add host and show intros, outros, and transitions as needed
100
+ """
101
 
102
  user_prompt = f"""Write a podcast script based on the following content. Make it engaging and easy to follow.
103