tykiww commited on
Commit
5ffb5b8
·
verified ·
1 Parent(s): 23063a0

Delete utilities/templates.py

Browse files
Files changed (1) hide show
  1. utilities/templates.py +0 -14
utilities/templates.py DELETED
@@ -1,14 +0,0 @@
1
-
2
-
3
- def prompt_template():
4
- return """Below is an instruction that describes a task, paired with a snippet of a meeting transcript for context. Write a response that appropriately completes the request.
5
-
6
- ### Instruction:
7
- {}
8
-
9
- ### Transcript Snippet:
10
- {}
11
-
12
- ### Response:
13
- {}
14
- """