more lint fixes

pull/570/head
Richard Anthony Hein 8 months ago
parent 15578a3555
commit 4df911b781

@ -1,3 +1,4 @@
""" Prompts and templates used by the Swarms Chatbot """
from langchain.prompts.prompt import PromptTemplate
B_INST, E_INST = "[INST]", "[/INST]"
@ -75,4 +76,4 @@ _SUMMARIZER_INST_TEMPLATE = (
SUMMARY_PROMPT = PromptTemplate.from_template(
template=(_SUMMARIZER_SYS_TEMPLATE + "\n" + _SUMMARIZER_INST_TEMPLATE).strip()
)
)

Loading…
Cancel
Save