Skip to content

Commit 915a4f6

Browse files
author
yuhongxiao
committed
Merge branch 'feature/20250712_doushen_tts' of https://github.com/MetaGLM/zhipuai-sdk-python-v4 into feature/20250712_doushen_tts
2 parents c5d0b2b + eeec728 commit 915a4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zhipuai"
3-
version = "2.1.5.20250708"
3+
version = "2.1.5.20250715"
44
description = "A SDK library for accessing big model apis from ZhipuAI"
55
authors = ["Zhipu AI"]
66
readme = "README.md"

zhipuai/api_resource/videos/videos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def generations(
3333
model: str,
3434
*,
3535
prompt: str = None,
36-
image_url: str = None,
36+
image_url: object = None,
3737
quality: str = None,
3838
with_audio: bool = None,
3939
size: str = None,

0 commit comments

Comments
 (0)