LeroyDyer commited on
Commit
8738574
·
verified ·
1 Parent(s): 7b8ffc2

Upload SpydazWebAI_Mistral_Transformer.py

Browse files
Files changed (1) hide show
  1. SpydazWebAI_Mistral_Transformer.py +4 -6
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 = """You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your \
35
- answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure\
36
- that your responses are socially unbiased and positive in nature.
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 ##############################