mirror of
https://github.com/ollama/ollama.git
synced 2025-04-07 11:28:17 +02:00
7 lines
126 B
Go Template
7 lines
126 B
Go Template
{{ if .System }}{{ .System }}
|
|
|
|
{{ end }}{{ if .Prompt }}### Instruction:
|
|
{{ .Prompt }}
|
|
|
|
{{ end }}### Response:
|
|
{{ .Response }} |