We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880932a commit 92d6562Copy full SHA for 92d6562
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.javaaidev</groupId>
8
<artifactId>openai-chatmodel-standalone</artifactId>
9
- <version>0.1.0</version>
+ <version>0.2.0</version>
10
11
<name>OpenAI ChatModel</name>
12
<description>Spring AI ChatModel for OpenAI using official Java SDK</description>
@@ -51,7 +51,7 @@
51
<url>https://repo1.maven.org/maven2/</url>
52
</repository>
53
</repositories>
54
-
+
55
<build>
56
<sourceDirectory>src/main/kotlin</sourceDirectory>
57
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
0 commit comments