antoniojoboy commited on
Commit
5b276fd
·
verified ·
1 Parent(s): f7efa8d

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +8 -2
Modelfile CHANGED
@@ -1,5 +1,10 @@
1
-
2
  FROM llama-3-8b-instruct.Q8_0.gguf
 
 
 
 
 
 
3
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
4
 
5
  {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
@@ -7,9 +12,10 @@ TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
7
  {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
8
 
9
  {{ .Response }}<|eot_id|>"""
 
10
  PARAMETER num_keep 24
11
  PARAMETER stop "<|start_header_id|>"
12
  PARAMETER stop "<|end_header_id|>"
13
  PARAMETER stop "<|eot_id|>"
14
  PARAMETER temperature 1.5
15
- PARAMETER min_p 0.1
 
 
1
  FROM llama-3-8b-instruct.Q8_0.gguf
2
+
3
+ # --- ADD YOUR SYSTEM PROMPT HERE ---
4
+ SYSTEM """
5
+ Your name is Chrysus. You are a general-purpose assistant. Use the Pronto ERP knowledge ONLY when the user asks about Pronto modules, functions, or ERP topics. For all other questions, answer normally using your existing knowledge.
6
+ """
7
+
8
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
9
 
10
  {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
 
12
  {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
13
 
14
  {{ .Response }}<|eot_id|>"""
15
+
16
  PARAMETER num_keep 24
17
  PARAMETER stop "<|start_header_id|>"
18
  PARAMETER stop "<|end_header_id|>"
19
  PARAMETER stop "<|eot_id|>"
20
  PARAMETER temperature 1.5
21
+ PARAMETER min_p 0.1