MoritzLaurer HF staff commited on
Commit
f1c31a3
1 Parent(s): 19676d3

Update prompt-001.yaml

Browse files
Files changed (1) hide show
  1. prompt-001.yaml +5 -4
prompt-001.yaml CHANGED
@@ -2,15 +2,16 @@ prompt:
2
  # The prompt in the standardized messages format
3
  messages:
4
  - role: system
5
- content: |
6
- You are a helpful assistant that provides concise answers to questions.\
7
  - role: user
8
- content: |
9
  Please read the context carefully and then answer the question based on this context.
10
 
11
  Context: {context}
12
 
13
- Question: {question}\
 
14
 
15
 
16
  # Optional: You can list the input variables here to enable validation of the template
 
2
  # The prompt in the standardized messages format
3
  messages:
4
  - role: system
5
+ content: >-
6
+ You are a helpful assistant that provides concise answers to questions.
7
  - role: user
8
+ content: >-
9
  Please read the context carefully and then answer the question based on this context.
10
 
11
  Context: {context}
12
 
13
+ Question: {question}
14
+
15
 
16
 
17
  # Optional: You can list the input variables here to enable validation of the template