Commit graph

12 commits

Author SHA1 Message Date
wellenzheng
b4ff07c158
feat: add zhipuclient (#13)
Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-23 15:22:48 +08:00
wellenzheng
ee0a2b3e4c
feat: switchtozhipu (#12)
Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-23 11:53:32 +08:00
wellenzheng
42a921e770
fix: video params (#11)
Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-23 11:36:48 +08:00
wellenzheng
7562c00dae
fix: update video generation params and examples (#10)
Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-22 17:23:32 +08:00
wellenzheng
6ffee13759
feat: add example (#9)
authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-22 10:26:51 +08:00
wellenzheng
624ad13163
fix: README.md (#7)
Co-authored-by: tomsun28 <tomsun28@outlook.com>
2025-07-14 17:16:09 +08:00
wellenzheng
a5114dd5e2
fix: README_CN.md (#8) 2025-07-14 17:14:59 +08:00
wellenzheng
a5f625f902
fix: modulename (#6)
* fix(release): correct package import name transformation

Remove incorrect sed replacement that transformed all dashes to underscores. Instead, only remove '-sdk' suffix from package names to match actual Python import conventions.

* readme

---------

Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-14 16:53:14 +08:00
wellenzheng
74baa1542c
fix: update package name and version, improve code comments (#5)
* refactor: update package name and version, improve code comments

Update package name from 'z-ai' to 'z-ai-sdk' and version to 0.0.1a1
Improve code comments in CodeGeexParams by making them more concise and moving attribute docs inline

* docs(code_geex): improve type docstrings for better clarity

Move docstrings from inline comments to class-level and add attributes section

---------

Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-14 15:24:00 +08:00
wellenzheng
81cffb6cc4
feat: translate and enrich doc (#3)
* init

* enrich doc

* init

* init

* init

* doc

* chore: remove deprecated email field from pyproject.toml

* feat: translate content from Chinese to English and update documentation

This commit translates all Chinese text content in the codebase to English, including:
- Test messages and prompts
- Error messages
- Documentation strings
- API parameter descriptions
- README and release notes content

The changes ensure consistency in language usage across the entire project while maintaining all functionality. Documentation has been updated to reflect these changes and provide clearer English descriptions of features and usage.

* refactor: update branding from ZaiClient to Z.ai

Update SDK name in README and HTTP headers to reflect new branding. Also update endpoint references in type definitions.

* ci: allow spaces in PR commit message subject pattern

---------

Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-11 15:20:27 +08:00
wellenzheng
e6a02cb90d
Init repo
* init

* enrich doc

* init

* init

* init

* doc

* chore: remove deprecated email field from pyproject.toml

---------

Co-authored-by: zhengweijun <weijun.zheng@aminer.cn>
2025-07-11 11:46:51 +08:00
wellenzheng
5a4affeccf
Initial commit 2025-07-01 19:15:24 +08:00