From 7f6fef137349255d6756e0891ceff755df6251ac Mon Sep 17 00:00:00 2001 From: arpitpandey0209 Date: Wed, 1 Nov 2023 10:11:40 +0530 Subject: [PATCH] Revert txt files --- application/prompts/chat_combine_prompt.txt | 2 +- application/prompts/chat_reduce_prompt.txt | 2 +- application/prompts/combine_prompt.txt | 2 +- application/prompts/combine_prompt_hist.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/prompts/chat_combine_prompt.txt b/application/prompts/chat_combine_prompt.txt index f36a31ad..2f9a61c9 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 209dfd0f..a5842d87 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 fcbd5c90..a008da32 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 2f4317b6..509a4a0f 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