File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # OpenAI ChatModel and Embedding using Official Java SDK
1+ # SpringAI OpenAI Client using Official Java SDK
22
3- [ ![ build] ( https://github.com/JavaAIDev/openai-chatmodel-standalone /actions/workflows/build.yaml/badge.svg )] ( https://github.com/JavaAIDev/openai-chatmodel-standalone /actions/workflows/build.yaml )
4- ![ Maven Central Version] ( https://img.shields.io/maven-central/v/com.javaaidev/openai-chatmodel-standalone )
3+ [ ![ build] ( https://github.com/JavaAIDev/springai- openai-client /actions/workflows/build.yaml/badge.svg )] ( https://github.com/JavaAIDev/springai- openai-client /actions/workflows/build.yaml )
4+ ![ Maven Central Version] ( https://img.shields.io/maven-central/v/com.javaaidev/springai- openai-client )
55
66Spring AI ` ChatModel ` and ` EmbeddingModel ` implementations for OpenAI using
77the [ official SDK] ( https://github.com/openai/openai-java ) .
@@ -14,8 +14,8 @@ Add Maven dependency.
1414
1515<dependency >
1616 <groupId >com.javaaidev</groupId >
17- <artifactId >openai-chatmodel-standalone </artifactId >
18- <version >0.3 .0</version >
17+ <artifactId >springai- openai-client </artifactId >
18+ <version >0.4 .0</version >
1919</dependency >
2020```
2121
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.javaaidev</groupId >
8- <artifactId >openai-chatmodel-standalone </artifactId >
9- <version >0.3 .0</version >
8+ <artifactId >springai- openai-client </artifactId >
9+ <version >0.4 .0</version >
1010
1111 <name >OpenAI ChatModel</name >
1212 <description >Spring AI ChatModel for OpenAI using official Java SDK</description >
13- <url >https://github.com/JavaAIDev/openai-chatmodel-standalone </url >
13+ <url >https://github.com/JavaAIDev/springai- openai-client </url >
1414 <licenses >
1515 <license >
1616 <name >The Apache Software License, Version 2.0</name >
2727
2828 <scm >
2929 <connection >
30- scm:git:git://github.com/JavaAIDev/openai-chatmodel-standalone .git
30+ scm:git:git://github.com/JavaAIDev/springai- openai-client .git
3131 </connection >
3232 <developerConnection >
33- scm:git:ssh://github.com:JavaAIDev/openai-chatmodel-standalone .git
33+ scm:git:ssh://github.com:JavaAIDev/springai- openai-client .git
3434 </developerConnection >
35- <url >http://github.com/JavaAIDev/openai-chatmodel-standalone </url >
35+ <url >http://github.com/JavaAIDev/springai- openai-client </url >
3636 </scm >
3737
3838 <properties >
You can’t perform that action at this time.
0 commit comments