File size: 429 Bytes
15253f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"