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