illian01 commited on
Commit
3f30258
1 Parent(s): ac74030

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +3 -3
mlc-chat-config.json CHANGED
@@ -43,12 +43,12 @@
43
  },
44
  "conv_template": {
45
  "name": "st-llm",
46
- "system_template": "Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n{MessagePlaceholders.SYSTEM.value}</s>",
47
- "system_message": "You are a helpful, respectful and honest assistant.",
48
  "system_prefix_token_ids": null,
49
  "add_role_after_system_message": true,
50
  "roles": {
51
- "user": "### Input:",
52
  "assistant": "### Response:"
53
  },
54
  "role_templates": {
 
43
  },
44
  "conv_template": {
45
  "name": "st-llm",
46
+ "system_template": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n</s>",
47
+ "system_message": "",
48
  "system_prefix_token_ids": null,
49
  "add_role_after_system_message": true,
50
  "roles": {
51
+ "user": "### Instruction:",
52
  "assistant": "### Response:"
53
  },
54
  "role_templates": {