Update app.py
Browse files
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
|
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
|
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
|
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 = '''
|