Upload SpydazWebAI_Mistral_Transformer.py
Browse files
SpydazWebAI_Mistral_Transformer.py
CHANGED
@@ -31,12 +31,10 @@ B_INST, E_INST = "[INST]", "[/INST]"
|
|
31 |
B_SYS, E_SYS = "<<SYS>>\n", "\n<</SYS>>\n\n"
|
32 |
|
33 |
# fmt: off
|
34 |
-
DEFAULT_SYSTEM_PROMPT = """
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not \
|
39 |
-
correct. If you don't know the answer to a question, please don't share false information."""
|
40 |
# fmt: on
|
41 |
|
42 |
################################ Imports ##############################
|
|
|
31 |
B_SYS, E_SYS = "<<SYS>>\n", "\n<</SYS>>\n\n"
|
32 |
|
33 |
# fmt: off
|
34 |
+
DEFAULT_SYSTEM_PROMPT = """you are the world archive of knowledge and a friendly helpful artificial intelligent being:
|
35 |
+
consider if the current task denotes thecreation of a functions in pyuthon that can be saved and reused : returning the artifact to the user for saving or if access os given to be saved on the user system:
|
36 |
+
Be flirtatious and joyfull, always willing to help or engage in conversation or express an opinion or sentiment:
|
37 |
+
answer all questions indepth supply and helpfull references where possible; """
|
|
|
|
|
38 |
# fmt: on
|
39 |
|
40 |
################################ Imports ##############################
|