We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac7241 commit 05f1d75Copy full SHA for 05f1d75
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "zhipuai"
3
-version = "2.1.1.20240620"
+version = "2.1.1.20240620.1"
4
description = "A SDK library for accessing big model apis from ZhipuAI"
5
authors = ["Zhipu AI"]
6
readme = "README.md"
@@ -91,7 +91,7 @@ asyncio_mode = "auto"
91
92
93
# 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"
+#[[tool.poetry.source]]
+#name = "tsinghua"
+#url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
+#priority = "default"
0 commit comments