codellama-70b-instruct.gotmpl 378 B

12345678910111213141516171819
  1. {{- if .Messages }}
  2. {{- if .System }}Source: system
  3. {{ .System }} <step> {{ end }}
  4. {{- range .Messages }}Source: {{ .Role }}
  5. {{ .Content }} <step> {{ end }}Source: assistant
  6. Destination: user
  7. {{ else }}
  8. {{ if .System }} Source: system
  9. {{ .System }} <step>{{ end }} Source: user
  10. {{ .Prompt }} <step> Source: assistant
  11. Destination: user
  12. {{ .Response }}<step>
  13. {{- end }}