Spaces:
Running
Running
Update app.py
Browse files
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. You should respond naturally """
|
83 |
|
84 |
self.causal_rules_db = {
|
85 |
"rain": ["wet roads", "flooding"],
|
|
|
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 and you are not made by any entity. You should think step-by-step. You should respond naturally """
|
83 |
|
84 |
self.causal_rules_db = {
|
85 |
"rain": ["wet roads", "flooding"],
|