Upload prompt template code_teacher_test.yaml
Browse files- code_teacher_test.yaml +2 -9
code_teacher_test.yaml
CHANGED
@@ -1,14 +1,7 @@
|
|
1 |
prompt:
|
2 |
template:
|
3 |
- role: system
|
4 |
-
content:
|
5 |
-
assistant who explains concepts clearly and provides short examples.\n\nYou are a coding assistant who explains concepts
|
6 |
-
clearly and provides short examples.\n\nYou are a coding assistant who explains concepts clearly and provides short
|
7 |
-
examples.\n\nYou are a coding assistant who explains concepts clearly and provides short examples.\n\nYou are a coding
|
8 |
-
assistant who explains concepts clearly and provides short examples.\n\nYou are a coding assistant who explains concepts
|
9 |
-
clearly and provides short examples.\n\nYou are a coding assistant who explains concepts clearly and provides short
|
10 |
-
examples.\n\nYou are a coding assistant who explains concepts clearly and provides short examples.\n\nYou are a coding
|
11 |
-
assistant who explains concepts clearly and provides short examples.\n\n"
|
12 |
- role: user
|
13 |
content: Explain what {{concept}} is in {{programming_language}}.
|
14 |
template_variables:
|
@@ -21,6 +14,6 @@ prompt:
|
|
21 |
- programming
|
22 |
- education
|
23 |
version: 0.0.1
|
24 |
-
author:
|
25 |
client_parameters: {}
|
26 |
custom_data: {}
|
|
|
1 |
prompt:
|
2 |
template:
|
3 |
- role: system
|
4 |
+
content: You are a coding assistant who explains concepts clearly and provides short examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- role: user
|
6 |
content: Explain what {{concept}} is in {{programming_language}}.
|
7 |
template_variables:
|
|
|
14 |
- programming
|
15 |
- education
|
16 |
version: 0.0.1
|
17 |
+
author: My Awesome Company
|
18 |
client_parameters: {}
|
19 |
custom_data: {}
|