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