mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
revert embedded templates to use prompt/response
This reverts commit 19753c18c0.
for compat. messages will be added at a later date
This commit is contained in:
@@ -1,16 +1,3 @@
|
||||
{{- if .Messages }}
|
||||
{{- if .System }}System:
|
||||
{{ .System }}
|
||||
|
||||
{{ end }}
|
||||
{{- range .Messages }}
|
||||
{{- if eq .Role "user" }}Question:
|
||||
{{- else if eq .Role "assistant" }}Answer:
|
||||
{{- end }}
|
||||
{{ .Content }}
|
||||
|
||||
{{ end }}Answer:
|
||||
{{ else -}}
|
||||
{{ if .System }}System:
|
||||
{{ .System }}
|
||||
|
||||
@@ -20,4 +7,3 @@
|
||||
{{ end }}Answer:
|
||||
{{ .Response }}
|
||||
|
||||
{{ end -}}
|
||||
Reference in New Issue
Block a user