File size: 328 Bytes
0a1751f 849a5d1 0a1751f 849a5d1 0a1751f |
1 2 3 4 5 6 7 8 9 10 |
FROM ./ggml-model-f16.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
|