Skip to content

Commit 05f1d75

Browse files
committed
注释源
1 parent 3ac7241 commit 05f1d75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zhipuai"
3-
version = "2.1.1.20240620"
3+
version = "2.1.1.20240620.1"
44
description = "A SDK library for accessing big model apis from ZhipuAI"
55
authors = ["Zhipu AI"]
66
readme = "README.md"
@@ -91,7 +91,7 @@ asyncio_mode = "auto"
9191

9292

9393
# https://python-poetry.org/docs/repositories/
94-
[[tool.poetry.source]]
95-
name = "tsinghua"
96-
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
97-
priority = "default"
94+
#[[tool.poetry.source]]
95+
#name = "tsinghua"
96+
#url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
97+
#priority = "default"

0 commit comments

Comments
 (0)