Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
HammerAI
/
smart-lemon-cookie
:latest
16.2K
Downloads
Updated
12 months ago
FallenMerick/Smart-Lemon-Cookie-7B
FallenMerick/Smart-Lemon-Cookie-7B
Cancel
smart-lemon-cookie:latest
...
/
template
f3fc3a28a8ff · 237B
{{- range .Messages }}
{{- if eq .Role "user" }}### Instruction:
{{ .Content }}
### Response:
{{ end }}
{{- if eq .Role "assistant" }}{{ .Content }}</s>{{ end }}
{{- if eq .Role "system" }}### System:
{{ .Content }}
{{ end }}
{{- end }}