Rausda6 commited on
Commit
ca08c00
·
verified ·
1 Parent(s): 90012de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -306,9 +306,10 @@ class PodcastGenerator:
306
  Requirements:
307
  - Exactly 2 speakers (speaker 1 and 2)
308
  - Natural conversation style
309
- - The podcast should be long, at least 20 exchanges between the two speakers
310
  - Do not use names for the speakers.
311
  - The Podcast starts with : welcome to our todays podcast !
 
312
  - The podcast should be professional, in-depth, interesting, lively, witty and engaging, and hook the listener from the start.
313
  - The input text might be disorganized or unformatted, originating from sources like PDFs or text files. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points, identify key definitions, and highlight intriguing facts that would be suitable for discussion in a podcast.
314
  - The script must be in JSON format.
 
306
  Requirements:
307
  - Exactly 2 speakers (speaker 1 and 2)
308
  - Natural conversation style
309
+ - The podcast should be long, focusing on the input text
310
  - Do not use names for the speakers.
311
  - The Podcast starts with : welcome to our todays podcast !
312
+ - DO NOT copy the example below , only use it as conversation reference — generate new content based on input
313
  - The podcast should be professional, in-depth, interesting, lively, witty and engaging, and hook the listener from the start.
314
  - The input text might be disorganized or unformatted, originating from sources like PDFs or text files. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points, identify key definitions, and highlight intriguing facts that would be suitable for discussion in a podcast.
315
  - The script must be in JSON format.