jan-ai commited on
Commit
4984697
1 Parent(s): d090f2f

Update model.yml

Browse files
Files changed (1) hide show
  1. model.yml +5 -1
model.yml CHANGED
@@ -42,6 +42,10 @@ min_keep: 0
42
  engine: llama-cpp
43
  ctx_len: 4096
44
  ngl: 34
45
- prompt_template: "<|im_start|>system{system_message}<|im_end|><|im_start|>user{prompt}<|im_end|><|im_start|>assistant"
 
 
 
 
46
  # END REQUIRED
47
  # END MODEL LOAD PARAMETERS
 
42
  engine: llama-cpp
43
  ctx_len: 4096
44
  ngl: 34
45
+ prompt_template: "<|im_start|>system
46
+ {system_message}<|im_end|>
47
+ <|im_start|>user
48
+ {prompt}<|im_end|>
49
+ <|im_start|>assistant"
50
  # END REQUIRED
51
  # END MODEL LOAD PARAMETERS