Skip to content

Release 0.23.56

Choose a tag to compare

@github-actions github-actions released this 22 Sep 10:14
· 46 commits to main since this release
1372c41

Release 0.23.56

Recent Changes

  • Merge pull request #13 from muverystrong/feat/queue-put-traceId (1372c41)
  • feat: queue put api add traceId property (9fce09e)

Maven Dependencies

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

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

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