diff --git a/gpt_index/prompts.py b/gpt_index/prompts.py index a60973529d97780a9350ea65523bb1ed027a2a02..4104c9ade69f958db0aa6ec54f5480f534954c30 100644 --- a/gpt_index/prompts.py +++ b/gpt_index/prompts.py @@ -40,9 +40,9 @@ DEFAULT_QUERY_PROMPT = ( DEFAULT_TEXT_QA_PROMPT = ( - "Context information is below. " + "Context information is below. \n" "---------------------\n" "{context_str}" - "---------------------\n" + "\n---------------------\n" "Given the context information and not prior knowledge, answer the question: {query_str}\n" ) \ No newline at end of file