antoniojoboy commited on
Commit
8b29861
·
verified ·
1 Parent(s): fdac4c3

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +3 -0
Modelfile CHANGED
@@ -1,5 +1,8 @@
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|>
 
1
 
2
  FROM llama-3-8b-instruct.Q8_0.gguf
3
+
4
+ SYSTEM """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."""
5
+
6
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
7
 
8
  {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>