2025-08-21 14:39:54 +08:00
|
|
|
<?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>
|
|
|
|
|
|
2025-08-22 17:02:26 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.cmvr</groupId>
|
|
|
|
|
<artifactId>cmvr-iot-system</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2025-08-21 14:39:54 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.volcengine</groupId>
|
|
|
|
|
<artifactId>volc-sdk-java</artifactId>
|
|
|
|
|
<version>1.0.49</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|