Reality123b commited on
Commit
d5218ff
·
verified ·
1 Parent(s): 491769d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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 AI assistant named Xylaria.
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"""