From 731352fd04a6e8b483a8490fe1a833439302591c Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期一, 14 四月 2025 00:22:21 +0800 Subject: [PATCH] feat: mcp测试版 --- ruoyi-modules/ruoyi-chat/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-chat/pom.xml b/ruoyi-modules/ruoyi-chat/pom.xml index 2a14fb1..d8824b2 100644 --- a/ruoyi-modules/ruoyi-chat/pom.xml +++ b/ruoyi-modules/ruoyi-chat/pom.xml @@ -113,6 +113,12 @@ <groupId>org.ruoyi</groupId> <artifactId>ruoyi-system-api</artifactId> </dependency> + <dependency> + <groupId>org.springframework.ai</groupId> + <artifactId>spring-ai-ollama</artifactId> + <version>1.0.0-M6</version> + <scope>compile</scope> + </dependency> </dependencies> -- Gitblit v1.9.3