gpjt commited on
Commit
f795301
1 Parent(s): 26f3170

Fix to prompt format

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ conversation turns are simply appended like this:
49
  ```
50
  [INST]
51
  {next_question}[/INST]
52
- {response}
53
  ```
54
 
55
  The license is the same as the original, Apache 2.0.
 
49
  ```
50
  [INST]
51
  {next_question}[/INST]
52
+ {next_response}
53
  ```
54
 
55
  The license is the same as the original, Apache 2.0.