Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
OmniNode
/
Orion
:v1.0
38
Downloads
Updated
2 weeks ago
A custom AI made from Mistral 7B base
A custom AI made from Mistral 7B base
Cancel
Orion:v1.0
...
/
template
c502cd931388 · 218B
[INST] {{ range $index, $_ := .Messages }}
{{- if eq .Role "system" }}{{ .Content }}
{{ else if eq .Role "user" }}{{ .Content }}[/INST]
{{- else if eq .Role "assistant" }} {{ .Content }}</s>[INST] {{ end }}
{{- end }}