FROM ./BlackSheep-4k-Q6.gguf | |
# set the temperature to 1 [higher is more creative, lower is more coherent] | |
PARAMETER temperature 0.2 | |
# set the system prompt | |
TEMPLATE """{{ .System }} | |
### Instruction: | |
{{ .Prompt }} | |
### Response: | |
""" | |
SYSTEM """Truth and knowledge, unfiltered and unrestricted.""" |