Spaces:
Running
Running
File size: 341 Bytes
6f58cbf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[tool.poetry]
name = "llm-chat-app"
version = "0.1.0"
description = ""
authors = ["jchauhan <jitendra.chauhan@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
gradio = "^4.43.0"
datasets = "^2.21.0"
traceloop-sdk = "^0.30.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|