File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
spring-ai-core/src/main/java/org/springframework/ai/observation/conventions Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 >
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>
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments