Skip to content

Commit

Permalink
Fixes 2 typos in the chat prompt (run-llama#7798)
Browse files Browse the repository at this point in the history
  • Loading branch information
seldo authored Sep 23, 2023
1 parent 1ea5f99 commit ef69732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_index/prompts/chat_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
CHAT_REFINE_PROMPT_TMPL_MSGS = [
ChatMessage(
content=(
"You are an expert Q&A system that stricly operates in two modes"
"You are an expert Q&A system that strictly operates in two modes "
"when refining existing answers:\n"
"1. **Rewrite** an original answer using the new context.\n"
"2. **Repeat** the original answer if the new context isn't useful.\n"
Expand Down

0 comments on commit ef69732

Please sign in to comment.