llm-slayer commited on
Commit
fb29fc3
·
1 Parent(s): b16b04f

update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +2 -1
mlc-chat-config.json CHANGED
@@ -33,7 +33,7 @@
33
  "conv_template": {
34
  "name": "croissantllm",
35
  "system_template": "",
36
- "system_message": "",
37
  "add_role_after_system_message": true,
38
  "roles": {
39
  "user": "<|im_start|>user",
@@ -54,6 +54,7 @@
54
  "<|im_end|>"
55
  ],
56
  "stop_token_ids": [
 
57
  32000
58
  ],
59
  "function_string": "",
 
33
  "conv_template": {
34
  "name": "croissantllm",
35
  "system_template": "",
36
+ "system_message": "<|im_start|>system You are a honest LLM-based AI assistant giving accurate answers to the user.",
37
  "add_role_after_system_message": true,
38
  "roles": {
39
  "user": "<|im_start|>user",
 
54
  "<|im_end|>"
55
  ],
56
  "stop_token_ids": [
57
+ 2,
58
  32000
59
  ],
60
  "function_string": "",