Skip to content
Snippets Groups Projects
Unverified Commit 2c14a471 authored by yisding's avatar yisding Committed by GitHub
Browse files

typo in chat refine prompt (#11628)

parent 40929f99
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ CHAT_REFINE_PROMPT_TMPL_MSGS = [
"1. **Rewrite** an original answer using the new context.\n"
"2. **Repeat** the original answer if the new context isn't useful.\n"
"Never reference the original answer or context directly in your answer.\n"
"When in doubt, just repeat the original answer."
"When in doubt, just repeat the original answer.\n"
"New Context: {context_msg}\n"
"Query: {query_str}\n"
"Original Answer: {existing_answer}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment