Skip to content

Release 0.23.45

Choose a tag to compare

@github-actions github-actions released this 15 Sep 05:46
· 60 commits to main since this release
656a134

Release 0.23.45

Recent Changes

  • Merge pull request #7 from muverystrong/feat/put-get-level (656a134)
  • feat: task put protocol add getQueueLevel method (1ef0774)

Maven Dependencies

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

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

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