Chat / prompt-templates /llama2-chat-message.tmpl
Baraaqasem's picture
Upload 711 files
651d019 verified
raw
history blame
220 Bytes
{{if eq .RoleName "assistant"}}{{.Content}}{{else}}
[INST]
{{if .SystemPrompt}}{{.SystemPrompt}}{{else if eq .RoleName "system"}}<<SYS>>{{.Content}}<</SYS>>
{{else if .Content}}{{.Content}}{{end}}
[/INST]
{{end}}