Spaces:
Running
Running
Reality123b
commited on
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
|
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. You should think step-by-step. You should respond to image questions"""
|
41 |
|
42 |
def store_information(self, key, value):
|
43 |
"""Store important information in persistent memory"""
|