custom-chat-template / pyproject.toml
Berk Birkan
Add custom ChatML tool-calling template
6a438b2
Raw
History Blame Contribute Delete
403 Bytes
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "custom-chat-template-assignment"
version = "1.0.0"
description = "Custom ChatML Jinja2 template with tool-calling support"
requires-python = ">=3.9"
[project.optional-dependencies]
test = [
"jinja2>=3.1,<4",
"pytest>=8,<9",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-q"