mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19: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(
|
||||
"""
|
||||
Here's some additional context about you:
|
||||
{personality}
|
||||
Here's some additional context about you:
|
||||
{personality}
|
||||
|
||||
"""
|
||||
"""
|
||||
)
|
||||
|
||||
pick_relevant_output_mode = PromptTemplate.from_template(
|
||||
|
||||
Reference in New Issue
Block a user