💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 引入开发包 使用maven管理开发包,将下面的依赖拷贝到项目的pom文件中并修改对应的版本号 <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.pub</artifactId> <version>1.0.1</version> <type>jar</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.base</artifactId> <version>1.0.1</version> <type>jar</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.app</artifactId> <version>1.0.1</version> <type>jar</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.web</artifactId> <version>1.0.1</version> <type>war</type> </dependency> <dependency> <groupId>com.sunyard.frame</groupId> <artifactId>com.sunyard.frame.web</artifactId> <version>1.0.1</version> <type>warpath</type> </dependency>