chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:36:28 +08:00
commit 9d3590ab86
509 changed files with 2512422 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[tool.poetry]
name = "open_langchain_chatchat"
version = "0.3.0.20240708"
description = "Langchain-Chatchat sdk"
authors = ["chatchat"]
packages = [
{include = "open_chatcaht"}
]
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12,!=3.9.7"
pydantic = "^2.8.2"
openai = "^1.35.13"
httpx = "^0.27.0"