17 lines
304 B
TOML
17 lines
304 B
TOML
[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"
|