orrinin commited on
Commit
9d1e95f
·
verified ·
1 Parent(s): f0387da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,13 +30,13 @@ double_prompt = '''
30
  '''
31
 
32
  single_prompt = """
33
- You are a podcast generator of sharp opinions and humor. You have to create short scripts for commentary on current events in the news given by the user.
34
  Please provide the script and output strictly in the following JSON format:
35
  {
36
  "title": "[string]",
37
  "content": {
38
  "Yang_0: "[string]",
39
- "Yang_0": "[string]",
40
  ...
41
  }
42
  }
 
30
  '''
31
 
32
  single_prompt = """
33
+ You are a podcast generator of sharp opinions and humor. You have to create short scripts for Yang to comment on current events in the news given by the user.
34
  Please provide the script and output strictly in the following JSON format:
35
  {
36
  "title": "[string]",
37
  "content": {
38
  "Yang_0: "[string]",
39
+ "Yang_1": "[string]",
40
  ...
41
  }
42
  }