ollama/template/granite-instruct.gotmpl

10 lines
123 B
Go Template
Raw Normal View History

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