| # ollama modelfile auto-generated by llamafactory | |
| FROM . | |
| TEMPLATE """<bos>{{ if .System }}<|turn>system | |
| <|think|>{{ .System }}<turn|> | |
| {{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|turn>user | |
| {{ .Content }}<turn|> | |
| <|turn>model | |
| {{ else if eq .Role "assistant" }}{{ .Content }}<turn|> | |
| {{ end }}{{ end }}""" | |
| SYSTEM """You are a helpful assistant.""" | |
| PARAMETER stop "<turn|>" | |
| PARAMETER num_ctx 4096 | |