I’ve updated the SDK for JAVA after the update on 2023-11-06.
Here is OpenAI-Java.
The important update of SDK:
- Implement the onEventDone method of StreamChatCompletionListener to get he “STOP” signature when calling gpt-4-vision-preview since it doesn’t return stop_reason with “stop”.
- Support the parallel tool calls. (Which is instead of function call)
- Support new BETA version API: Assistants, Threads, Messages and Runs.