mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Remove unnecessary whitespace indent from personality context
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user