Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "transcript2notes" | |
version = "0.1.0" | |
description = "A LLM-based chain made agents to make my life at Alan easier." | |
authors = ["fracapuano <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.12" | |
openai = "^1.30.3" | |
anthropic = "^0.26.1" | |
python-dotenv = "^1.0.1" | |
streamlit = "^1.35.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |