Remove unnecessary whitespace indent from personality context

This commit is contained in:
Debanjum Singh Solanky
2024-10-07 23:08:04 -07:00
parent 3daa3c003d
commit bdc36fec5d

View File

@@ -415,10 +415,10 @@ Collate only relevant information from the document to answer the target query.
personality_context = PromptTemplate.from_template( personality_context = PromptTemplate.from_template(
""" """
Here's some additional context about you: Here's some additional context about you:
{personality} {personality}
""" """
) )
pick_relevant_output_mode = PromptTemplate.from_template( pick_relevant_output_mode = PromptTemplate.from_template(