File tree Expand file tree Collapse file tree
src/main/resources/com/github/jlangch/venice Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 []
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments