ollama/template/magicoder.gotmpl

7 lines
122 B
Go Template
Raw Normal View History

2024-06-03 11:06:29 -07:00
{{ if .System }}{{ .System }}
{{ end }}{{ if .Prompt }}@@ Instruction
{{ .Prompt }}
{{ end }}@@ Response
{{ .Response }}