Skip to content

Commit eeb2266

Browse files
Merge remote-tracking branch 'origin/main'
Signed-off-by: StudiousXiaoYu <[email protected]>
1 parent 1c41c6a commit eeb2266

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<module>models/spring-ai-watsonx-ai</module>
107107
<module>models/spring-ai-zhipuai</module>
108108
<module>models/spring-ai-moonshot</module>
109+
<module>models/spring-ai-hunyuan</module>
109110

110111
<module>spring-ai-spring-boot-starters/spring-ai-starter-anthropic</module>
111112
<module>spring-ai-spring-boot-starters/spring-ai-starter-azure-openai</module>
@@ -178,6 +179,8 @@
178179
<jtokkit.version>1.1.0</jtokkit.version>
179180
<victools.version>4.31.1</victools.version>
180181
<kotlin.version>1.9.25</kotlin.version>
182+
<xml.bind.version>2.3.0</xml.bind.version>
183+
181184

182185
<!-- NOTE: keep bedrockruntime and awssdk versions aligned -->
183186
<bedrockruntime.version>2.29.29</bedrockruntime.version>

spring-ai-core/src/main/java/org/springframework/ai/observation/conventions/AiProvider.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ public enum AiProvider {
7676
*/
7777
MOONSHOT("moonshot"),
7878

79+
/**
80+
* AI system provided by Hunyuan.
81+
*/
82+
HUNYUAN("hunyuan"),
83+
7984
/**
8085
* AI system provided by Qianfan.
8186
*/

0 commit comments

Comments
 (0)