Cartinoe5930 commited on
Commit
29410ee
·
1 Parent(s): a3b3610

Update src/prompt_template.json

Browse files
Files changed (1) hide show
  1. src/prompt_template.json +1 -1
src/prompt_template.json CHANGED
@@ -25,7 +25,7 @@
25
  "prompt_no_input": "### System:\nYou are a helpful AI assistant. User will give you a task with some instruction. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:",
26
  "response_split": "### Response:"
27
  },
28
- "wizard": {
29
  "prompt": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.\nUser: {instruction}\nAssistant: ",
30
  "response_split": "Assistant: "
31
  },
 
25
  "prompt_no_input": "### System:\nYou are a helpful AI assistant. User will give you a task with some instruction. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:",
26
  "response_split": "### Response:"
27
  },
28
+ "wizardlm": {
29
  "prompt": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.\nUser: {instruction}\nAssistant: ",
30
  "response_split": "Assistant: "
31
  },