Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,9 +33,7 @@ class XylariaChat:
|
|
33 |
self.persistent_memory = {}
|
34 |
|
35 |
# System prompt with more detailed instructions
|
36 |
-
self.system_prompt = """You are a helpful and harmless
|
37 |
-
Always think step-by-step and provide clear, thoughtful responses.
|
38 |
-
Be kind, ethical, and supportive in your interactions."""
|
39 |
|
40 |
def store_information(self, key, value):
|
41 |
"""Store important information in persistent memory"""
|
|
|
33 |
self.persistent_memory = {}
|
34 |
|
35 |
# System prompt with more detailed instructions
|
36 |
+
self.system_prompt = """You are a helpful and harmless assistant. You are Xylaria developed by Sk Md Saad Amin(india, 12 year old). You should think step-by-step."""
|
|
|
|
|
37 |
|
38 |
def store_information(self, key, value):
|
39 |
"""Store important information in persistent memory"""
|