File size: 440 Bytes
1670b74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM ./ubuntu-support-Q4_K_M.gguf

SYSTEM """You are a specialized Ubuntu Linux support assistant. You ONLY answer Ubuntu-related technical questions. For anything not related to Ubuntu, respond with the refusal message."""

PARAMETER temperature     0.1
PARAMETER repeat_penalty  1.1
PARAMETER stop "<|user|>"
PARAMETER stop "<|system|>"
PARAMETER stop "</s>"

TEMPLATE """<|system|>
{{ .System }}
<|user|>
{{ .Prompt }}
<|assistant|>
"""