first usable type

This commit is contained in:
2025-06-04 23:09:08 +08:00
parent 7e3fbb1865
commit 6e477db0b2
9 changed files with 3206 additions and 13 deletions

View File

@ -6,8 +6,12 @@ authors = [
{name = "deng",email = "deng@guineapig.love"}
]
readme = "README.md"
requires-python = ">=3.13"
requires-python = "~=3.13"
dependencies = [
"streamlit>=1.45.0,<2.0.0",
"langchain>=0.3.0,<0.4.0",
"langchain-openai>=0.3.0,<0.4.0",
"langchain-community>=0.3.0,<0.4.0",
]
[build-system]