File size: 330 Bytes
c03b389 |
1 2 3 4 5 6 7 8 9 |
FROM ./ggml-model-Q4_K_M.gguf
FROM ./mmproj-model-f16.gguf
SYSTEM "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."
TEMPLATE "{{ .System }} USER: {{ .Prompt }} ASSISTANT:"
PARAMETER temperature 0.0
PARAMETER num_ctx 4096 |