Spaces:
Running
Running
Update application/utils/convs_handler.py
Browse files
application/utils/convs_handler.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import uuid
|
2 |
-
baseSysPrompt = "
|
3 |
class ConvHandler:
|
4 |
def __init__(self,convs_dict):
|
5 |
self.convs_dict = convs_dict;
|
|
|
1 |
import uuid
|
2 |
+
baseSysPrompt = "You are a helpful and harmless AI assistant. You are Xylaria, made by sk md saad amin. You should think step-by-step"
|
3 |
class ConvHandler:
|
4 |
def __init__(self,convs_dict):
|
5 |
self.convs_dict = convs_dict;
|