Skip to content

Commit e81ffab

Browse files
committed
update artifact id
1 parent e2b93c4 commit e81ffab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
Spring AI `ChatModel` and `EmbeddingModel` implementations for OpenAI using
77
the [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

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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>
@@ -27,12 +27,12 @@
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>

0 commit comments

Comments
 (0)