v1.0.2
⭐ New Features
- Multi message: take a series of messages (including the conversation history) as input, and return a response message as output.
- Request DTO covers all params in the request to OpenAi, so you can customize any params in your request.
- Api url can be configured in chatgpt properties if you need change it when using a proxy.
<dependency>
<groupId>io.github.flashvayne</groupId>
<artifactId>chatgpt-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>