Skip to content

Release 0.23.42

Choose a tag to compare

@github-actions github-actions released this 11 Sep 08:04
· 64 commits to main since this release
96575b2

Release 0.23.42

Recent Changes

  • Merge pull request #6 from muverystrong/feat/add-expire-time (96575b2)
  • feat: queue task add expireTime property (71b1dd0)

Maven Dependencies

<!-- Main API -->
<dependency>
    <groupId>top.bella</groupId>
    <artifactId>openai-java-api</artifactId>
    <version>0.23.42</version>
</dependency>

<!-- HTTP Client -->
<dependency>
    <groupId>top.bella</groupId>
    <artifactId>openai-java-client</artifactId>
    <version>0.23.42</version>
</dependency>

<!-- Service Layer -->
<dependency>
    <groupId>top.bella</groupId>
    <artifactId>openai-java-service</artifactId>
    <version>0.23.42</version>
</dependency>