fix(doc): default messages example used wrong key (#2832)

* fix(doc): default messages example used wrong key

* feat: add links to SP, multi-gpu, multi-node on readme
This commit is contained in:
NanoCode012
2025-06-26 21:47:31 +07:00
committed by GitHub
parent 18954ba100
commit 927bf530bc
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ order: 3
Chat Template strategy uses a jinja2 template that converts a list of messages into a prompt. Support using tokenizer's template, a supported template, or custom jinja2.
```{.json filename="data.jsonl"}
{"conversations": [{"role": "...", "content": "..."}]}
{"messages": [{"role": "...", "content": "..."}, {"role": "...", "content": "..."}, ...]}
```
See [configs](../config-reference.qmd) for full configs and supported templates.