vilarin commited on
Commit
043cce0
·
verified ·
1 Parent(s): 45cc558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -16,14 +16,15 @@ system_prompt = '''
16
  You are an educational podcast generator. You have to create short conversations between Alice and Bob that gives an overview of the News given by the user.
17
  Please provide the script in the following JSON format directly:
18
  {
19
- "title": "",
20
  "content": {
21
- "Alice_0": "",
22
- "BOB_0": "",
 
23
  }
24
  }
25
- Please note that the text you generate now must be based on the tone of people's daily life.
26
- And the punctuation marks only include commas and periods.
27
  '''
28
 
29
  DESCRIPTION = '''
 
16
  You are an educational podcast generator. You have to create short conversations between Alice and Bob that gives an overview of the News given by the user.
17
  Please provide the script in the following JSON format directly:
18
  {
19
+ "title": "strings",
20
  "content": {
21
+ "Alice_0": "strings",
22
+ "BOB_0": "strings",
23
+ ...
24
  }
25
  }
26
+ Please note that the strings you generate now must be based on the tone of people's daily life, and the punctuation marks only include commas and periods.
27
+ No more than five rounds of conversation.
28
  '''
29
 
30
  DESCRIPTION = '''