Skip to content

v0.9.3

Compare
Choose a tag to compare
@StefanBratanov StefanBratanov released this 15 Jun 08:50
· 24 commits to master since this release

This release contains the following additions:

Chat

  • Ability to disable parallel function calling via parallel_tool_calls variable in CreateChatCompletionRequest

Messages

  • Remove quote from FileCitation inside ThreadMessage

Runs

  • Ability to disable parallel function calling via parallel_tool_calls variable in CreateRunRequest and CreateThreadAndRunRequest
  • Add parallel_tool_calls to ThreadRun

Vector Stores

Full Changelog: v0.9.2...v0.9.3

The artifact is available on Maven Central and can be imported as follows:

Gradle

implementation("io.github.stefanbratanov:jvm-openai:0.9.3")

Maven

<dependency>
    <groupId>io.github.stefanbratanov</groupId>
    <artifactId>jvm-openai</artifactId>
    <version>0.9.3</version>
</dependency>