tidealwari's picture
parameters and template for GGUF model
ab5176b verified
raw
history blame
131 Bytes
{{ if .System }}
System:
{{ .System }}
{{ end }}{{ if .Prompt }}Question:
{{ .Prompt }}
{{ end }}Answer:
```python{{ .Response }}