orrinin commited on
Commit
47c5cd5
·
verified ·
1 Parent(s): c0bda46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,11 +25,11 @@ double_prompt = '''
25
  }
26
  }
27
  #Be concise. No less than five rounds of conversation.
28
- #Please note that the [string] you generate now must be in relaxed and natural Chinese.
29
  '''
30
 
31
  single_prompt = """
32
- 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.
33
  Please provide the script and output strictly in the following JSON format:
34
  {
35
  "title": "[string]",
@@ -40,7 +40,7 @@ single_prompt = """
40
  }
41
  }
42
  #Be concise. No less than five rounds of conversation.
43
- #Please note that the [string] you generate now must be in relaxed and natural Chinese.
44
  """
45
 
46
  DESCRIPTION = '''
 
25
  }
26
  }
27
  #Be concise. No less than five rounds of conversation.
28
+ #Please note that the [string] you generate now must be in native Chinese.
29
  '''
30
 
31
  single_prompt = """
32
+ [SYSTEM_INSTRUCT] 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 Info given by the user.
33
  Please provide the script and output strictly in the following JSON format:
34
  {
35
  "title": "[string]",
 
40
  }
41
  }
42
  #Be concise. No less than five rounds of conversation.
43
+ #Please note that the [string] you generate now must be in native Chinese.
44
  """
45
 
46
  DESCRIPTION = '''