as_chat / pyproject.toml
richardblythman's picture
Upload folder using huggingface_hub
2029b44 verified
raw
history blame
257 Bytes
[tool.poetry]
name = "chat"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"