mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-19 06:43:39 +00:00
Merge branch pr-280: 添加MiniMax作为LLM提供商
解决冲突: - README: 保留Qdrant向量库信息 + 合并MiniMax模型接入 - pom.xml: 保留spring-boot-starter-test + 添加MiniMax测试依赖 - ChatModeType: 保留CUSTOM_API + 新增MINIMAX枚举 - MinimaxServiceImpl: 保留MyChatModelListener监听器 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -173,6 +173,8 @@
|
|||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Test dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.junit.jupiter</groupId>
|
<groupId>org.junit.jupiter</groupId>
|
||||||
<artifactId>junit-jupiter</artifactId>
|
<artifactId>junit-jupiter</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user