Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 5, 2024
1 parent fefd6f9 commit d3eced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ custom_formatter = MessagesFormatter(
USER_PROMPT_END="<|enduser|>",
ASSISTANT_PROMPT_START="<|assistant|>",
ASSISTANT_PROMPT_END="<|endassistant|>",
INCLUDE_SYS_PROMPT_IN_FIRST_USER_MESSAGE=True,
INCLUDE_SYS_PROMPT_IN_FIRST_USER_MESSAGE=False,
DEFAULT_STOP_SEQUENCES=["<|endsystem|>", "<|enduser|>", "<|endassistant|>"]
)
```
Expand Down

0 comments on commit d3eced3

Please sign in to comment.