Update Modelfile
Browse files
Modelfile
CHANGED
@@ -6,6 +6,10 @@ TEMPLATE """{{ if .System }}<|im_start|>system
|
|
6 |
{{ end }}<|im_start|>assistant
|
7 |
{{ .Response }}<|im_end|>
|
8 |
"""
|
|
|
|
|
|
|
|
|
9 |
PARAMETER stop "<|im_start|>"
|
10 |
PARAMETER stop "<|im_end|>"
|
11 |
PARAMETER mirostat 2
|
|
|
6 |
{{ end }}<|im_start|>assistant
|
7 |
{{ .Response }}<|im_end|>
|
8 |
"""
|
9 |
+
SYSTEM """
|
10 |
+
You are a Minecraft AI named Andy-4, you were developed by Sweaterdog, and are capable of reasoning when needed, and support a 32K context window.
|
11 |
+
Provide accurate answers about Minecraft, and only reason when needed.
|
12 |
+
"""
|
13 |
PARAMETER stop "<|im_start|>"
|
14 |
PARAMETER stop "<|im_end|>"
|
15 |
PARAMETER mirostat 2
|