CMVR-IOT/cmvr-iot-api/cmvr-iot-llm/pom.xml
2025-08-21 14:39:54 +08:00

30 lines
942 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.cmvr</groupId>
<artifactId>cmvr-iot-api</artifactId>
<version>3.8.9</version>
</parent>
<artifactId>cmvr-iot-llm</artifactId>
<description> cmvr-iot 大模型接口api</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.cmvr</groupId>
<artifactId>cmvr-iot-common</artifactId>
</dependency>
<dependency>
<groupId>com.volcengine</groupId>
<artifactId>volc-sdk-java</artifactId>
<version>1.0.49</version>
</dependency>
</dependencies>
</project>