Spaces:
No application file
No application file
Delete prompts.py
Browse files- prompts.py +0 -14
prompts.py
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
prompts = {
|
2 |
-
"map_template": """The following transcription of an audio file.
|
3 |
-
{docs}
|
4 |
-
Based on this list of docs, please identify the main themes, summarize the conversion, and explain the sentiment of each participants and the opinions
|
5 |
-
Helpful Answer:
|
6 |
-
""",
|
7 |
-
"reduce_template" : """The following is set of summaries:
|
8 |
-
{doc_summaries}
|
9 |
-
Take these and distill it into a final, consolidated summary of the main themes.
|
10 |
-
Explain the sentiment of the conversation.
|
11 |
-
Make it readable with newline characters.
|
12 |
-
Helpful Answer:""",
|
13 |
-
|
14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|