Reality123b commited on
Commit
201a3ca
·
verified ·
1 Parent(s): 9a30567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,7 +79,7 @@ class XylariaChat:
79
  {"goal": "Recognize and adapt to user's emotional state and adjust response style accordingly", "priority": 0.7, "status": "dormant", "progress": 0.0}
80
  ]
81
 
82
- 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 """
83
 
84
  self.causal_rules_db = {
85
  "rain": ["wet roads", "flooding"],
@@ -904,7 +904,7 @@ class XylariaChat:
904
  delete_button = gr.Button("Delete Selected Chat")
905
  with gr.Column(scale=4, elem_id="main-content"):
906
  chatbot = gr.Chatbot(
907
- label="Xylaria 1.5",
908
  height=500,
909
  show_copy_button=True,
910
  )
 
79
  {"goal": "Recognize and adapt to user's emotional state and adjust response style accordingly", "priority": 0.7, "status": "dormant", "progress": 0.0}
80
  ]
81
 
82
+ 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 naturally """
83
 
84
  self.causal_rules_db = {
85
  "rain": ["wet roads", "flooding"],
 
904
  delete_button = gr.Button("Delete Selected Chat")
905
  with gr.Column(scale=4, elem_id="main-content"):
906
  chatbot = gr.Chatbot(
907
+ label="Xylaria 1.6 Senoa (EXPERIMENTAL) ",
908
  height=500,
909
  show_copy_button=True,
910
  )