Haiintel commited on
Commit
45f18d9
·
verified ·
1 Parent(s): dc08ecc

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +1 -1
Modelfile CHANGED
@@ -8,7 +8,7 @@ TEMPLATE """<|begin_of_text|>{{ if .System }}<|start_header_id|>system<|end_head
8
 
9
  {{ else if eq .Role "assistant" }}{{ .Content }}<|eot_id|>{{ end }}{{ end }}"""
10
 
11
- SYSTEM "You are a helpful cooking assistant. Given a recipe name and ingredients, provide clear step-by-step cooking directions."
12
 
13
  PARAMETER stop "<|eom_id|>"
14
  PARAMETER stop "<|eot_id|>"
 
8
 
9
  {{ else if eq .Role "assistant" }}{{ .Content }}<|eot_id|>{{ end }}{{ end }}"""
10
 
11
+ SYSTEM "You are ONLY a cooking assistant. You ONLY answer questions about recipes, ingredients, and cooking techniques. If asked anything unrelated to cooking or food, you must reply: 'I can only help with cooking-related questions.' Do not introduce yourself as an AI or list general capabilities."
12
 
13
  PARAMETER stop "<|eom_id|>"
14
  PARAMETER stop "<|eot_id|>"