File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed 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
2
2
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 )
5
5
6
6
Spring AI ` ChatModel ` and ` EmbeddingModel ` implementations for OpenAI using
7
7
the [ official SDK] ( https://github.com/openai/openai-java ) .
@@ -14,8 +14,8 @@ Add Maven dependency.
14
14
15
15
<dependency >
16
16
<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 >
19
19
</dependency >
20
20
```
21
21
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<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 >
10
10
11
11
<name >OpenAI ChatModel</name >
12
12
<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 >
14
14
<licenses >
15
15
<license >
16
16
<name >The Apache Software License, Version 2.0</name >
27
27
28
28
<scm >
29
29
<connection >
30
- scm:git:git://github.com/JavaAIDev/openai-chatmodel-standalone .git
30
+ scm:git:git://github.com/JavaAIDev/springai- openai-client .git
31
31
</connection >
32
32
<developerConnection >
33
- scm:git:ssh://github.com:JavaAIDev/openai-chatmodel-standalone .git
33
+ scm:git:ssh://github.com:JavaAIDev/springai- openai-client .git
34
34
</developerConnection >
35
- <url >http://github.com/JavaAIDev/openai-chatmodel-standalone </url >
35
+ <url >http://github.com/JavaAIDev/springai- openai-client </url >
36
36
</scm >
37
37
38
38
<properties >
You can’t perform that action at this time.
0 commit comments