|
|
@ -68,7 +68,7 @@ class MetaPrompterAgent:
|
|
|
|
memory = ConversationBufferWindowMemory()
|
|
|
|
memory = ConversationBufferWindowMemory()
|
|
|
|
memory.ai_prefix = "Assistant:"
|
|
|
|
memory.ai_prefix = "Assistant:"
|
|
|
|
|
|
|
|
|
|
|
|
self.template = f"""
|
|
|
|
template = f"""
|
|
|
|
Instructions: {self.instructions}
|
|
|
|
Instructions: {self.instructions}
|
|
|
|
{{{memory.memory_key}}}
|
|
|
|
{{{memory.memory_key}}}
|
|
|
|
Human: {{human_input}}
|
|
|
|
Human: {{human_input}}
|
|
|
|