Skip to content

Commit be2d014

Browse files
committed
Bumped the OpenAI Java library to V4.35.0
1 parent 0d27ab4 commit be2d014

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
### Enhancements
1111

1212
- OpenAI: added support for `Audio` api *transcribe*
13+
- Bumped the OpenAI Java library to V4.35.0
1314

1415

1516

src/main/resources/com/github/jlangch/venice/openai-java-install.venice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
(defn libraries []
40-
[ "com.openai:openai-java:4.33.0" ])
40+
[ "com.openai:openai-java:4.35.0" ])
4141

4242

4343
(defn dependencies []

src/main/resources/com/github/jlangch/venice/openai-java.venice

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
;;;; Using Tools: https://developers.openai.com/api/docs/guides/tools
3131
;;;; Prompting Guide: https://developers.openai.com/cookbook/examples/gpt-5/gpt-5_prompting_guide
3232
;;;; Text Cookbook: https://developers.openai.com/cookbook/topic/text
33+
;;;; Release Notes: https://github.com/openai/openai-java/releases
3334

3435
;;;; Structured output example: https://github.com/openai/openai-java/blob/main/openai-java-example/src/main/java/com/openai/example/ResponsesStructuredOutputsStreamingExample.java
3536

0 commit comments

Comments
 (0)