Skip to content

Release 0.23.41

Choose a tag to compare

@github-actions github-actions released this 10 Sep 03:46
· 66 commits to main since this release

Release 0.23.41

Recent Changes

  • feat: json ignore file_ids (46ec66d)

Maven Dependencies

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

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

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