ilanser commited on
Commit
7f4792c
·
1 Parent(s): 700d7b3

Delete prompts.py

Browse files
Files changed (1) hide show
  1. 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
- }