Spaces:
Runtime error
Runtime error
File size: 368 Bytes
8b8b0d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [project]
name = "chatbot-test"
version = "0.1.0"
description = "A Chatbot using RAG"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.0",
"requests==2.31.0",
"huggingface-hub<0.34",
"python-dotenv>=1.0.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
package = false
dev-dependencies = []
|