93 4 months ago

A customized version of the phi-4 model specialized in generating secure, clean, and production-ready SQL Server queries from natural language prompts (Arabic or English). Designed by Alwaleed Alduais, this model is optimized for enterprise use cases and

32695b892af8 · 275B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}<|im_sep|>
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_end|>
<|im_start|>assistant<|im_sep|>
{{ end }}
{{- end }}