From ef69732032870e5393b0591273ed528dd91f4eec Mon Sep 17 00:00:00 2001 From: Laurie Voss Date: Sat, 23 Sep 2023 15:56:42 -0700 Subject: [PATCH] Fixes 2 typos in the chat prompt (#7798) --- llama_index/prompts/chat_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_index/prompts/chat_prompts.py b/llama_index/prompts/chat_prompts.py index 97d673294144b..d6d41afc7ec41 100644 --- a/llama_index/prompts/chat_prompts.py +++ b/llama_index/prompts/chat_prompts.py @@ -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"