agents-flex/agents-flex-llm/pom.xml

32 lines
1.1 KiB
XML
Raw Normal View History

2024-01-12 16:24:14 +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.agentsflex</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-beta.10</version>
2024-01-12 16:24:14 +08:00
</parent>
<artifactId>agents-flex-llm</artifactId>
<packaging>pom</packaging>
<modules>
<module>agents-flex-llm-openai</module>
<module>agents-flex-llm-spark</module>
2024-01-12 17:26:34 +08:00
<module>agents-flex-llm-qwen</module>
2024-01-29 11:03:58 +08:00
<module>agents-flex-llm-chatglm</module>
2024-07-14 09:30:19 +08:00
<module>agents-flex-llm-ollama</module>
2024-06-25 10:45:09 +08:00
<module>agents-flex-llm-moonshot</module>
2024-09-05 13:38:25 +08:00
<module>agents-flex-llm-coze</module>
2024-09-08 12:37:05 +08:00
<module>agents-flex-llm-gitee</module>
2024-01-12 16:24:14 +08:00
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>