riczhou commited on
Commit
58180aa
1 Parent(s): 1432ae4

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +4 -4
mlc-chat-config.json CHANGED
@@ -32,12 +32,12 @@
32
  "repetition_penalty": 1.0,
33
  "top_p": 0.95,
34
  "conv_template": {
35
- "name": "open_hermes_mistral",
36
  "system_template": "<|im_start|>system\n{system_message}",
37
- "system_message": "",
38
- "add_role_after_system_message": true,
39
  "roles": {
40
- "user": "<|im_start|>user",
41
  "assistant": "<|im_start|>assistant"
42
  },
43
  "role_templates": {
 
32
  "repetition_penalty": 1.0,
33
  "top_p": 0.95,
34
  "conv_template": {
35
+ "name": "open_hermes_mistral_function_calling",
36
  "system_template": "<|im_start|>system\n{system_message}",
37
+ "system_message": "You are a function calling AI model. You are provided with function signatures within <tools></tools> XML tags. You may call one or more functions to assist with the user query. Don't make assumptions about what values to plug into functions. Here are the available tools:",
38
+ "add_role_after_system_message": false,
39
  "roles": {
40
+ "user": "<tools>{function_string}</tools>. Do not stop calling functions until the task has been accomplished or you've reached max iteration of 10. Calling multiple functions at once can overload the system and increase cost so call one function at a time please. If you plan to continue with analysis, always call another function. Return a valid json object (using double quotes) in the following schema: {\"type\":\"object\",\"properties\":{\"tool_calls\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"arguments\":{},\"name\":{\"type\":\"string\"}},\"required\":[\"arguments\",\"name\"]}}},\"required\":[\"tool_calls\"]}\n<|im_start|>user",
41
  "assistant": "<|im_start|>assistant"
42
  },
43
  "role_templates": {