ollama/template/solar-instruct.gotmpl

10 lines
138 B
Go Template
Raw Normal View History

2024-06-04 02:06:29 +08:00
{{ if .System }}### System:
{{ .System }}
{{ end }}{{ if .Prompt }}### User:
{{ .Prompt }}
{{ end }}### Assistant:
2024-07-11 02:00:29 +08:00
{{ .Response }}</s>