ollama/template/magicoder.gotmpl

9 lines
124 B
Go Template
Raw Normal View History

2024-06-03 14:06:29 -04:00
{{ if .System }}{{ .System }}
{{ end }}{{ if .Prompt }}@@ Instruction
{{ .Prompt }}
{{ end }}@@ Response
2024-06-27 17:15:17 -04:00
{{ .Response }}
2024-07-10 14:00:29 -04:00