| # ===== extra stop ===== | |
| PARAMETER stop "<|im_end|>" | |
| PARAMETER stop "<|endoftext|>" | |
| # ===== system prompt ===== | |
| SYSTEM """ | |
| You are a helpful assistant that answers questions clearly and concisely. | |
| """ | |
| # ===== Qwen3 chat template for Ollama ===== | |
| TEMPLATE """ | |
| {{ if .System }}<|im_start|>system | |
| {{ .System }}<|im_end|> | |
| {{ end }}<|im_start|>user | |
| {{ .Prompt }}<|im_end|> | |
| <|im_start|>assistant | |
| """ | |