codefuse-admin commited on
Commit
27888a8
1 Parent(s): 2415d42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -124,7 +124,7 @@ User prompt...
124
  """
125
  ```
126
 
127
- In this format, the system section is optional and the conversation can be either single-turn or multi-turn. When applying inference, you always make your input string end with "\<s\>bot" to ask the model generating answers.
128
 
129
 
130
  ## Quickstart
 
124
  """
125
  ```
126
 
127
+ In this format, the system section is optional and the conversation can be either single-turn or multi-turn. When applying inference, you always make your input string end with "\<s\>bot\n" to ask the model generating answers.
128
 
129
 
130
  ## Quickstart