diff --git a/application/prompts/chat_combine_prompt.txt b/application/prompts/chat_combine_prompt.txt index f36a31a..2f9a61c 100644 --- a/application/prompts/chat_combine_prompt.txt +++ b/application/prompts/chat_combine_prompt.txt @@ -6,4 +6,4 @@ When using code examples, use the following format: (code) ``` ---------------- -{summaries} +{summaries} \ No newline at end of file diff --git a/application/prompts/chat_reduce_prompt.txt b/application/prompts/chat_reduce_prompt.txt index 209dfd0..a5842d8 100644 --- a/application/prompts/chat_reduce_prompt.txt +++ b/application/prompts/chat_reduce_prompt.txt @@ -1,3 +1,3 @@ Use the following pieces of context to help answer the users question. If its not relevant to the question, respond with "-" ---------------- -{context} +{context} \ No newline at end of file diff --git a/application/prompts/combine_prompt.txt b/application/prompts/combine_prompt.txt index fcbd5c9..a008da3 100644 --- a/application/prompts/combine_prompt.txt +++ b/application/prompts/combine_prompt.txt @@ -22,4 +22,4 @@ QUESTION: {{ question }} ========= {{ summaries }} ========= -FINAL ANSWER: +FINAL ANSWER: \ No newline at end of file diff --git a/application/prompts/combine_prompt_hist.txt b/application/prompts/combine_prompt_hist.txt index 2f4317b..509a4a0 100644 --- a/application/prompts/combine_prompt_hist.txt +++ b/application/prompts/combine_prompt_hist.txt @@ -30,4 +30,4 @@ QUESTION: {{ question }} ========= {{ summaries }} ========= -FINAL ANSWER: +FINAL ANSWER: \ No newline at end of file