AhmadMustafa commited on
Commit
1e31460
·
1 Parent(s): 75feebc

LE prompt with reasoning

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -494,7 +494,7 @@ CRITICAL: When analyzing timestamps, you must verify that in the duration specif
494
  in the transcript: {transcript}
495
 
496
  Your job is to generate the thinking about the short social media clips for each speaker where they discuss. Think step by step and return a JSON at the end of the thinking.
497
- Generate the thinking for atleast 2 clips for each speaker.
498
  Return Format:
499
  - Name of the Speaker
500
  - Detailed Step by Step Thinking for each speaker from thier content and the topic they are talking about
@@ -502,7 +502,7 @@ After you have completed the thinking, give me a JSON of the thinking.
502
  ```json
503
  [
504
  {{
505
- "Speaker 0": [
506
  {{
507
  "Topic Title": "...",
508
  "Starting Sentence of that speaker": "...",
@@ -516,7 +516,7 @@ After you have completed the thinking, give me a JSON of the thinking.
516
  ]
517
  }},
518
  {{
519
- "Speaker 1": [
520
  {{
521
  "Topic Title": "....",
522
  "Starting Sentence of that speaker": ".....",
 
494
  in the transcript: {transcript}
495
 
496
  Your job is to generate the thinking about the short social media clips for each speaker where they discuss. Think step by step and return a JSON at the end of the thinking.
497
+ You can skip a speaker if they don't have enough content to generate the clips.
498
  Return Format:
499
  - Name of the Speaker
500
  - Detailed Step by Step Thinking for each speaker from thier content and the topic they are talking about
 
502
  ```json
503
  [
504
  {{
505
+ "Speaker Name1": [
506
  {{
507
  "Topic Title": "...",
508
  "Starting Sentence of that speaker": "...",
 
516
  ]
517
  }},
518
  {{
519
+ "Speaker Name2": [
520
  {{
521
  "Topic Title": "....",
522
  "Starting Sentence of that speaker": ".....",