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