Spaces:
Sleeping
Sleeping
File size: 480 Bytes
1b3c845 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[project]
name = "first-chatbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.5.2",
"huggingface-hub>=0.29.3",
"langchain-community>=0.3.20",
"langchain-core>=0.3.49",
"langchain-huggingface>=0.1.2",
"langchain-text-splitters>=0.3.7",
"python-dotenv>=1.1.0",
"streamlit>=1.44.0",
"tqdm>=4.67.1",
"transformers>=4.50.2",
"watchdog>=6.0.0",
]
|