Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
StormSplits
/
shira-1o
:latest
648
Downloads
Updated
7 months ago
Shira-1o is is a new model and smartest uncensored AI with 8B sizes by Storm Splits and team. It is based on Llama 3 that has a variety of instruction, conversational, and coding skills.
Shira-1o is is a new model and smartest uncensored AI with 8B sizes by Storm Splits and team. It is based on Llama 3 that has a variety of instruction, conversational, and coding skills.
Cancel
shira-1o:latest
...
/
template
116eb5232569 · 534B
{{ if .Messages }}
{{- if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>
{{- end }}
{{- range .Messages }}<|start_header_id|>{{ .Role }}<|end_header_id|>
{{ .Content }}<|eot_id|>
{{- end }}<|start_header_id|>assistant<|end_header_id|>
{{ else }}
{{- if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ end }}{{ .Response }}