Update app.py
Browse files
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
|
34 |
Please provide the script and output strictly in the following JSON format:
|
35 |
{
|
36 |
"title": "[string]",
|
37 |
"content": {
|
38 |
"Yang_0: "[string]",
|
39 |
-
"
|
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 |
}
|