Reality123b commited on
Commit
ce077ce
·
verified ·
1 Parent(s): 71e399b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,9 +20,8 @@ class XylariaChat:
20
  self.persistent_memory = {}
21
 
22
  # System prompt with more detailed instructions
23
- self.system_prompt = """You are a helpful and harmless AI assistant you are Xylaria 1.4 Senoa, Made by Sk Md Saad Amin you think step by step you should enclose your thinking in <thoughts> tags
24
  """
25
-
26
  def store_information(self, key, value):
27
  """Store important information in persistent memory"""
28
  self.persistent_memory[key] = value
 
20
  self.persistent_memory = {}
21
 
22
  # System prompt with more detailed instructions
23
+ self.system_prompt = """You are a helpful and harmless AI assistant you are Xylaria 1.4 Senoa, Made by Sk Md Saad Amin you think step by step
24
  """
 
25
  def store_information(self, key, value):
26
  """Store important information in persistent memory"""
27
  self.persistent_memory[key] = value