Spaces:
Sleeping
Sleeping
File size: 320 Bytes
7ca0460 43353cc 7ca0460 34d1b82 7ca0460 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "improv_chatbot"
version = "0.1.0"
description = "Living playbook chatbot"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dotenv>=0.9.9",
"gradio>=5.36.2",
"huggingface-hub>=0.33.4",
"numpy>=2.3.1",
"openai>=1.95.1",
"pdfreader>=0.1.15",
"pypdf>=5.7.0",
]
|