Add new line to refine prompt tmpl (#3197)

Adding a new line to fix issue #3117
This commit is contained in:
Kazon Wilson 2023-04-19 23:04:52 -05:00 committed by GitHub
parent 96809b5794
commit a66cab8b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ REFINE_PROMPT_TMPL = (
"------------\n"
"{text}\n"
"------------\n"
"Given the new context, refine the original summary"
"Given the new context, refine the original summary\n"
"If the context isn't useful, return the original summary."
)
REFINE_PROMPT = PromptTemplate(