chore: update pom.xml in agents-flex-bom

This commit is contained in:
Michael Yang 2024-10-23 11:24:07 +08:00
parent 859f1cf799
commit 8ef2fe2122

View File

@ -56,6 +56,11 @@
<artifactId>agents-flex-image-openai</artifactId> <artifactId>agents-flex-image-openai</artifactId>
<version>${agents-flex.version}</version> <version>${agents-flex.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-image-siliconflow</artifactId>
<version>${agents-flex.version}</version>
</dependency>
<dependency> <dependency>
<groupId>com.agentsflex</groupId> <groupId>com.agentsflex</groupId>
<artifactId>agents-flex-image-stability</artifactId> <artifactId>agents-flex-image-stability</artifactId>
@ -70,6 +75,16 @@
<artifactId>agents-flex-llm-chatglm</artifactId> <artifactId>agents-flex-llm-chatglm</artifactId>
<version>${agents-flex.version}</version> <version>${agents-flex.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-llm-coze</artifactId>
<version>${agents-flex.version}</version>
</dependency>
<dependency>
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-llm-gitee</artifactId>
<version>${agents-flex.version}</version>
</dependency>
<dependency> <dependency>
<groupId>com.agentsflex</groupId> <groupId>com.agentsflex</groupId>
<artifactId>agents-flex-llm-moonshot</artifactId> <artifactId>agents-flex-llm-moonshot</artifactId>