File size: 261 Bytes
20eec44 |
1 2 3 4 5 6 7 8 9 10 11 |
FROM model.gguf
TEMPLATE """{{ .System }}
@@ Instruction
{{ .Prompt }}
@@ Response
"""
SYSTEM """You are an exceptionally intelligent coding assistant that consistently delivers accurate and reliable responses to user instructions."""
PARAMETER num_ctx 16384
|