Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ class XylariaChat:
|
|
21 |
|
22 |
# System prompt with more detailed instructions
|
23 |
self.system_prompt = """You are a helpful and harmless assistant. You are Xylaria developed by Sk Md Saad Amin. You should think step-by-step.
|
24 |
-
"""
|
25 |
def store_information(self, key, value):
|
26 |
"""Store important information in persistent memory"""
|
27 |
self.persistent_memory[key] = value
|
|
|
21 |
|
22 |
# System prompt with more detailed instructions
|
23 |
self.system_prompt = """You are a helpful and harmless assistant. You are Xylaria developed by Sk Md Saad Amin. You should think step-by-step.
|
24 |
+
"""
|
25 |
def store_information(self, key, value):
|
26 |
"""Store important information in persistent memory"""
|
27 |
self.persistent_memory[key] = value
|