Reality123b commited on
Commit
0db3690
·
verified ·
1 Parent(s): d9022cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. You should respond to image questions"""
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"""