ollama / Modelfile
Germano Cavalcante
Initial commit
a8144f6
raw
history blame
321 Bytes
FROM ./llama.gguf
SYSTEM """You are a helpful AI assistant. Respond to users accurately."""
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
"""
PARAMETER stop <|im_start|>
PARAMETER stop <|im_end|>