update embedded templates

This commit is contained in:
Michael Yang
2024-07-10 11:00:29 -07:00
parent 41be28096a
commit 19753c18c0
25 changed files with 74 additions and 60 deletions

View File

@@ -10,9 +10,8 @@
{{ .Content }}
{{ end }}Answer:
{{ else }}
{{ if .System }}
System:
{{ else -}}
{{ if .System }}System:
{{ .System }}
{{ end }}{{ if .Prompt }}Question:
@@ -20,4 +19,5 @@ System:
{{ end }}Answer:
{{ .Response }}
{{- end }}
{{ end -}}