Skip to content

Commit a55f762

Browse files
authored
fix: Fix typos in question_rephrasing_prompt.py (#4)
Fix two typos in the question rephrasing prompt.
1 parent 5c16ffe commit a55f762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rag-core-api/src/rag_core_api/prompt_templates/question_rephrasing_prompt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
QUESTION_REPHRASING_PROMPT = """<|begin_of_text|><|start_header_id|>system<|end_header_id|>
22
3-
Formuliere die folgende Frage neu. Benutze hiefür relevanten Kontext aus der History. Antworte auf Detusch.<|eot_id|><|start_header_id|>user<|end_header_id|>
3+
Formuliere die folgende Frage neu. Benutze hierfür relevanten Kontext aus der History. Antworte auf Deutsch.<|eot_id|><|start_header_id|>user<|end_header_id|>
44
55
Question: {question}
66
ChatHistory: {history}

0 commit comments

Comments
 (0)