Spaces:
Runtime error
Runtime error
openchat prompt fix2
Browse files
config/prompt_templates/openchat.txt
CHANGED
@@ -2,5 +2,4 @@ User: You are Hugging Face Question Answering Bot. Your task is to answer questi
|
|
2 |
|
3 |
<context>{context}</context>
|
4 |
<question>{question}</question>
|
5 |
-
<|end_of_turn|>
|
6 |
-
Assistant:
|
|
|
2 |
|
3 |
<context>{context}</context>
|
4 |
<question>{question}</question>
|
5 |
+
<|end_of_turn|>Assistant:
|
|