Skip to content

Commit 5a95874

Browse files
committed
updated 0.2.4 ver
1 parent 6eb5db2 commit 5a95874

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

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

77
<groupId>io.github.artemnefedov</groupId>
88
<artifactId>javaai</artifactId>
9-
<version>0.2.3</version>
9+
<version>0.2.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>JavaAI</name>

src/main/java/io/github/artemnefedov/javaai/models/OpenAIBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public static String enquire(Map<String, Object> params) throws IOException {
120120
/**
121121
* The convertStreamToModel() method convert API input stream to the relevant class models.
122122
*
123+
* @param <T> the class type of the response models.
123124
* @param stream input stream from the called API.
124125
* @param tClass the class type of the response models.
125126
* @return an instance of the provided class type, T, that represents

0 commit comments

Comments
 (0)