mirror of
https://gitee.com/agents-flex/agents-flex.git
synced 2024-11-29 18:38:17 +08:00
chore: update pom.xml in agents-flex-bom
This commit is contained in:
parent
859f1cf799
commit
8ef2fe2122
@ -56,6 +56,11 @@
|
||||
<artifactId>agents-flex-image-openai</artifactId>
|
||||
<version>${agents-flex.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-image-siliconflow</artifactId>
|
||||
<version>${agents-flex.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-image-stability</artifactId>
|
||||
@ -70,6 +75,16 @@
|
||||
<artifactId>agents-flex-llm-chatglm</artifactId>
|
||||
<version>${agents-flex.version}</version>
|
||||
</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>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-llm-moonshot</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user