improv_chatbot / pyproject.toml
Anasuya Basu
Adding the Living Playbook as a part of prompt, setting system prompt and calling gpt-4o mini
7ca0460
raw
history blame
280 Bytes
[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",
"openai>=1.95.1",
"pdfreader>=0.1.15",
]