Matt Williams e734b62d4d had the instruction and input reversed
Signed-off-by: Matt Williams <m@technovangelist.com>
2023-08-04 09:49:35 -07:00

14 lines
279 B
Plaintext

FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
TEMPLATE """
### Instruction:
{{ .Prompt }}
{{- if and .First .System }}
### Input:
{{ .System }}
{{- end }}
### Response:
"""
SYSTEM """You are an AI assistant that follows instruction extremely well. Help as much as you can."""