Skip to content

Release 0.23.51

Choose a tag to compare

@github-actions github-actions released this 19 Sep 10:22
· 52 commits to main since this release

Release 0.23.51

Recent Changes

  • feat: response api entity (541a330)

Maven Dependencies

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

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

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