ollama/template/solar-instruct.gotmpl

10 lines
138 B
Go Template
Raw Normal View History

2024-06-03 11:06:29 -07:00
{{ if .System }}### System:
{{ .System }}
{{ end }}{{ if .Prompt }}### User:
{{ .Prompt }}
{{ end }}### Assistant:
2024-07-10 11:00:29 -07:00
{{ .Response }}</s>