jan-hq commited on
Commit
702dec9
·
verified ·
1 Parent(s): 0b1a410

Update model.yml

Browse files
Files changed (1) hide show
  1. model.yml +1 -1
model.yml CHANGED
@@ -41,7 +41,7 @@ min_keep: 0
41
  # BEGIN MODEL LOAD PARAMETERS
42
  # BEGIN REQUIRED
43
  engine: llama-cpp # engine to run model
44
- prompt_template: "<|im_start|>system\n{system_prompt}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
45
 
46
  # END REQUIRED
47
 
 
41
  # BEGIN MODEL LOAD PARAMETERS
42
  # BEGIN REQUIRED
43
  engine: llama-cpp # engine to run model
44
+ prompt_template: "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
45
 
46
  # END REQUIRED
47