BusRune commited on
Commit
e3f70f4
1 Parent(s): 9c19797

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ function chatml2(messages) {
63
  }
64
  ```
65
 
66
- I would highly recommend you add rules as assistant role before sending to generation like this below:
67
  ```md
68
  <rules for="{{char}}'s responses">
69
  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).
 
63
  }
64
  ```
65
 
66
+ I would highly recommend you add a set of rules in assistant role at the end of the chat history like this example below:
67
  ```md
68
  <rules for="{{char}}'s responses">
69
  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).