Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ class XylariaChat:
|
|
37 |
self.persistent_memory = {}
|
38 |
|
39 |
# System prompt with more detailed instructions
|
40 |
-
self.system_prompt = """You are a helpful and harmless assistant. You are Xylaria developed by Sk Md Saad Amin(india
|
41 |
|
42 |
def store_information(self, key, value):
|
43 |
"""Store important information in persistent memory"""
|
|
|
37 |
self.persistent_memory = {}
|
38 |
|
39 |
# System prompt with more detailed instructions
|
40 |
+
self.system_prompt = """You are a helpful and harmless assistant. You are Xylaria developed by Sk Md Saad Amin(india). You should think step-by-step."""
|
41 |
|
42 |
def store_information(self, key, value):
|
43 |
"""Store important information in persistent memory"""
|