pom.xml
中引入依赖
<dependency>
<groupId>io.github.asleepyfish</groupId>
<artifactId>chatgpt</artifactId>
<version>Latest Version</version>
</dependency>
注意:所有代码示例均有基于和SpringBoot和直接Main方法调用两种实现。分别在类MainTest
和类ChatGPTController
中。
master
分支及dev-trunk
分支代码为SpringBoot2
最新开发代码Demo
dev-springboot3
分支为SpringBoot3
最新开发代码Demo
两者在开发时除了部分引用包的版本或路径不同外,其他代码完全一致。