Spaces:
Runtime error
Runtime error
File size: 268 Bytes
b970b7b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "pdf-based-chat"
version = "0.1.0"
description = "MBTA customer service chatbot using PDF knowledge base"
requires-python = ">=3.10"
dependencies = [
"requests",
"python-dotenv",
"gradio",
"pypdf",
"openai",
"openai-agents",
]
|