Skip to content

Commit 6fcecd3

Browse files
committed
Revert "remove unused dependency"
This reverts commit 205c090.
1 parent 205c090 commit 6fcecd3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

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

77
<groupId>com.javaaidev</groupId>
88
<artifactId>springai-openai-client</artifactId>
9-
<version>0.6.1</version>
9+
<version>0.6.0</version>
1010

1111
<name>OpenAI ChatModel</name>
1212
<description>Spring AI ChatModel for OpenAI using official Java SDK</description>
@@ -186,6 +186,11 @@
186186
<artifactId>spring-ai-client-chat</artifactId>
187187
<version>${spring-ai.version}</version>
188188
</dependency>
189+
<dependency>
190+
<groupId>org.springframework.ai</groupId>
191+
<artifactId>spring-ai-openai</artifactId>
192+
<version>${spring-ai.version}</version>
193+
</dependency>
189194
<dependency>
190195
<groupId>com.openai</groupId>
191196
<artifactId>openai-java</artifactId>

0 commit comments

Comments
 (0)