Skip to content

Release 0.23.94

Choose a tag to compare

@github-actions github-actions released this 23 Oct 08:48
· 3 commits to main since this release
37060dd

Release 0.23.94

Recent Changes

  • Merge pull request #19 from muverystrong/feat/batch-complete (37060dd)
  • feat: batch domain add isComplete method (4d02187)

Maven Dependencies

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

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

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