ollama/template/phi-3.gotmpl

7 lines
149 B
Go Template
Raw Normal View History

2024-06-04 02:06:29 +08:00
{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}<|assistant|>
2024-06-28 05:15:17 +08:00
{{ .Response }}<|end|>