Commit graph

40 commits

Author SHA1 Message Date
tomsun28
9993e205fa
chore: add glm4.5v code and sample (#41) 2025-08-21 14:43:14 +08:00
tomsun28
5343980209
chore: add base64 image chat completion sample (#40) 2025-08-20 17:55:56 +08:00
tomsun28
f89b0e6db7
chore: add chat completion multi file sample (#39) 2025-08-19 15:55:27 +08:00
Lighthousexx
73f392e271
feat: chatCompletion supports mcp tool (#37) 2025-08-14 20:05:45 +08:00
tomsun28
f4e27659ff
chore: upgrade, unify dependencies and remove some unnecessary (#36) 2025-08-14 15:43:27 +08:00
tomsun28
3f425c320d
chore: rename assistant relate entity (#35) 2025-08-14 11:02:19 +08:00
tomsun28
a1af39838c
chore: update message content params (#34) 2025-08-14 10:35:38 +08:00
tomsun28
c881806d2c
chore: release new version 0.0.3 (#33) 2025-08-13 17:08:36 +08:00
tomsun28
550dd508f3
feat: support reasoning_content (#31) 2025-08-13 16:16:35 +08:00
cuijianmin98
5f157710f2
feat: add request watermark param (#32)
Co-authored-by: cuijianmin <jianmin.cui@aminer.cn>
2025-08-13 16:14:37 +08:00
tomsun28
72f21989bb
chore: update jackson version, add custom headers (#30) 2025-08-07 14:09:26 +08:00
tomsun28
192ea35963
chore: add function call sample (#29) 2025-08-05 18:21:14 +08:00
tomsun28
9006b9aa34
docs: update readme (#28) 2025-07-28 18:27:17 +08:00
Junhui Huang
ade87c0ed0
fix: update method calls and improve code clarity in README examples (#27) 2025-07-28 17:14:36 +08:00
tomsun28
fcef854291
feat: support ZhipuAiClient and release 0.0.2 (#26) 2025-07-27 21:22:52 +08:00
tomsun28
bcf3078474
docs: update the readme (#25) 2025-07-27 14:38:00 +08:00
tomsun28
e2d042a41f
feat: release the stable version 0.0.1 (#24) 2025-07-27 14:24:55 +08:00
tomsun28
a31894fbfc
feat: support glm 4.5 (#23) 2025-07-27 13:59:35 +08:00
haiyang jin
0c3cd5cee0
feat: support new model glm 4.5 protocol (#22)
Co-authored-by: jinhaiyang <haiyang.jin@aminer.cn>
Co-authored-by: tomsun28 <tomsun28@outlook.com>
2025-07-25 23:17:50 +08:00
tomsun28
207459e9c0
chore: release new version 0.0.0.4-alpha (#21) 2025-07-25 10:40:03 +08:00
tomsun28
e42482f520
add more sample code (#20) 2025-07-24 18:16:29 +08:00
tomsun28
4dc68d0fe4
chore: update sample code (#19) 2025-07-24 17:09:56 +08:00
tomsun28
0ace1cd7de
chore: add cogvideo glmthinking example (#18) 2025-07-24 14:15:46 +08:00
tomsun28
86d68b14c5
bugfix: fix video generate and agent service (#17) 2025-07-23 23:28:01 +08:00
tomsun28
363843cf3a
chore: add agent sample and fix agent (#16) 2025-07-23 16:44:00 +08:00
Junhui Huang
b22470dd77
fix: Fix assistant (#15) 2025-07-23 15:41:45 +08:00
tomsun28
069e1d3a62
feat: add sample code (#14) 2025-07-22 17:22:33 +08:00
tomsun28
5e4721cf80
chore: update version 0.0.0.3-alpha (#13) 2025-07-18 15:40:28 +08:00
tomsun28
226d8018ff
chore: remove knowledge and document relate (#12) 2025-07-18 13:23:55 +08:00
Junhui Huang
ac50baa8f4
chore: Remove finetuning (#11) 2025-07-18 11:19:26 +08:00
tomsun28
9b1485a1e6
chore: update package name (#10) 2025-07-15 20:08:17 +08:00
Junhui Huang
e3c878b90e
refactor: support biflowable & audio refactor (#9)
* refactor: update knowledge service and response structure

* feat: Enhance audio service with bi-streaming support and response models

- Introduced BiFlowableClientResponse interface to handle responses with separate body and stream item types.
- Updated ZaiClient to support bi-stream requests, allowing for more flexible streaming API interactions.
- Refactored AudioApi to rename methods for consistency and clarity, including audio transcription methods.
- Created new response classes: AudioCustomizationResponse, AudioSpeechResponse, and AudioTranscriptionResponse to encapsulate response data.
- Implemented AudioTranscriptionChunk and AudioTranscriptionResult classes for structured transcription results.
- Removed obsolete classes: AudioCustomizationApiResponse and AudioSpeechApiResponse.
- Updated AudioService and AudioServiceImpl to utilize new response models and handle streaming transcriptions.
- Enhanced unit tests for AudioService to reflect changes in method signatures and response types.

---------

Co-authored-by: tomsun28 <tomsun28@outlook.com>
2025-07-15 18:40:42 +08:00
Junhui Huang
a4de5d46e3
refactor: update knowledge service and response structure (#8) 2025-07-15 11:30:21 +08:00
Junhui Huang
e787beb02b
fix: update test cases (#6)
* fix: update test cases

* feat: add new model constants and update AudioServiceTest to use them

* feat: update model list in README and README_CN with new AI capabilities

---------

Co-authored-by: tomsun28 <tomsun28@outlook.com>
2025-07-14 17:07:53 +08:00
tomsun28
65f2573772
chore: add code comment, remove unused (#5)
* refactor: remove unused code

* refactor: update

* refactor: update
2025-07-14 15:13:30 +08:00
tomsun28
71ae71b778
refactor: use jackson subtype instead of custom deserializer (#4)
* refactor: use jackson subtype instead of custom deserializer

* refactor: use jackson subtype instead of custom deserializer
2025-07-14 11:48:03 +08:00
tomsun28
4745bbdead
refactor: update code and unit test cases (#3)
* refact: update unit test case

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

---------

Co-authored-by: Junhui Huang <hjh604@outlook.com>
2025-07-14 10:10:07 +08:00
tomsun28
285baa7082
fix: connect the environment in release action (#2)
* bugfix: fix the release action

* bugfix: fix the release action

* bugfix: fix the release action

* bugfix: fix the release action

* bugfix: fix the release action
2025-07-14 10:07:57 +08:00
tomsun28
0b09e46478
init: initial the repo (#1)
* init project

* init project

* init project

* init project

* init project

* init project

* update action

* update action

* update action

* update action

* java format

* java format

* update code and format

* update code and format

* update code and format

* update code and format

* update code and format

* update code and format

* update version

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish

* fix publish
2025-07-12 14:30:39 +08:00
tomsun28
94af104305
Initial commit 2025-07-01 19:23:58 +08:00