| | |
| | | <artifactId>ruoyi-common-core</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.azure</groupId> |
| | | <artifactId>azure-ai-openai</artifactId> |
| | | <version>1.0.0-beta.12</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>io.github.ollama4j</groupId> |
| | | <artifactId>ollama4j</artifactId> |
| | | <version>1.0.79</version> |
| | | </dependency> |
| | | |
| | | <!-- 序列化模块 --> |
| | | <dependency> |
| | | <groupId>org.ruoyi</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.ruoyi</groupId> |
| | | <artifactId>ruoyi-common-satoken</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.8.12</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-tomcat</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | </dependencies> |
| | | </project> |