9 6 days ago

This model has been finetuned with data from Agentic Signal (a visual AI agent workflow automation platform with local LLM integration).

7b
cf668d0dcb78 · 206B
{{ if .System }}{{ .System }}{{ end }}
{{ range .Messages }}
{{ if eq .Role "user" }}
<|User|>{{ .Content }}
{{ else if eq .Role "assistant" }}
<|Assistant|>{{ .Content }}
{{ end }}
{{ end }}