Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 433496b

Browse files
authored
released 0.16.0 (#22)
1 parent 5f56f55 commit 433496b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Maven:
3434
<dependency>
3535
<groupId>dev.ai4j</groupId>
3636
<artifactId>openai4j</artifactId>
37-
<version>0.15.0</version>
37+
<version>0.16.0</version>
3838
</dependency>
3939
```
4040

4141
Gradle:
4242

4343
```
44-
implementation 'dev.ai4j:openai4j:0.15.0'
44+
implementation 'dev.ai4j:openai4j:0.16.0'
4545
```
4646

4747
# Code examples

pom.xml

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

55
<groupId>dev.ai4j</groupId>
66
<artifactId>openai4j</artifactId>
7-
<version>0.15.0</version>
7+
<version>0.16.0</version>
88

99
<name>Java Client for OpenAI (ChatGPT)</name>
1010
<description>Java Client for OpenAI (ChatGPT)</description>

src/test/java/dev/ai4j/openai4j/chat/ChatCompletionStreamingTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ void testFunctions(ChatCompletionModel model) throws Exception {
320320
@ParameterizedTest
321321
@EnumSource(value = ChatCompletionModel.class, mode = EXCLUDE, names = {
322322
"GPT_3_5_TURBO_0125", // don't have access to it yet
323+
"GPT_4_TURBO_PREVIEW", // keeps returning "felsius" as temp unit
323324
"GPT_4_32K", "GPT_4_32K_0314", "GPT_4_32K_0613", // I don't have access to these models
324325
"GPT_4_0314", // Does not support tools/functions
325326
"GPT_4_VISION_PREVIEW" // does not support many things now, including tools

0 commit comments

Comments
 (0)