File size: 427 Bytes
80b7188 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Chat Template
Chat template utilities for parsing and managing conversation templates.
## Chat Template Parser
Utilities for parsing and managing chat templates, including support for different model formats and conversation structures.
### Features
- Parse various chat template formats
- Handle different conversation structures
- Support for custom template parsing
::: rllm.parser.chat_template_parser |