Skip to content

v1.0.2

Compare
Choose a tag to compare
@flashvayne flashvayne released this 22 Mar 09:14
· 18 commits to master since this release
ddf881d

⭐ 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>