BusRune commited on
Commit
34da30d
·
verified ·
1 Parent(s): 0b829ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ function chatml2(messages) {
65
  }
66
  ```
67
 
68
- I would highly recommend you add rules as assistant role before sending to generation like this below:
69
  ```md
70
  <rules for="{{char}}'s responses">
71
  1. I will write a response as {{char}} in a short manner and will keep it detailed (I will try to keep it under 300 characters).
 
65
  }
66
  ```
67
 
68
+ I would highly recommend you add a set of rules in assistant role at the end of the chat history, like this example below:
69
  ```md
70
  <rules for="{{char}}'s responses">
71
  1. I will write a response as {{char}} in a short manner and will keep it detailed (I will try to keep it under 300 characters).