fix chat template
#10
by
kallewooof
- opened
This fixes the chat template in a number of ways.
- It moves it into its own .jinja file instead of being a serialized string in the config file.
- It adds whitespace and uses the jinja whitespace deletion mechanism to preserve formatting.
- It fixes the security exception that is raised when an empty system message is provided. The .update method is not permitted.
kallewooof
changed pull request status to
open