Reality123b commited on
Commit
82d001a
·
verified ·
1 Parent(s): 94730d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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). You should think step-by-step."""
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"""