Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
cyberlis
/
neural-chat
:7b-v3-16k-q8_0
208
Downloads
Updated
1 year ago
Cancel
neural-chat:7b-v3-16k-q8_0
...
/
template
f21e6c3dc9e7 · 203B
{{- if .System }}### System:
{{ .System }}
{{- end }}
{{- if .Prompt }}### User:
{{ .Prompt }}
{{- end }}
{{- if .Response }}### Assistant:
{{ .Response }}
{{- else if .Prompt }}### Assistant:
{{- end }}