Skip to content

Commit 3b45144

Browse files
committed
update readme
1 parent 7e9a812 commit 3b45144

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Spring AI ChatModel
2+

pom.xml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
88
<artifactId>openai-chatmodel-standalone</artifactId>
99
<version>0.1.0</version>
1010

11+
<name>OpenAI ChatModel</name>
12+
<description>Spring AI ChatModel for OpenAI using official Java SDK</description>
13+
<url>https://github.com/JavaAIDev/openai-chatmodel-standalone</url>
14+
<licenses>
15+
<license>
16+
<name>The Apache Software License, Version 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
18+
</license>
19+
</licenses>
20+
21+
<developers>
22+
<developer>
23+
<name>Fu Cheng</name>
24+
<email>alexcheng1982@gmail.com</email>
25+
</developer>
26+
</developers>
27+
28+
<scm>
29+
<connection>
30+
scm:git:git://github.com/JavaAIDev/openai-chatmodel-standalone.git
31+
</connection>
32+
<developerConnection>
33+
scm:git:ssh://github.com:JavaAIDev/openai-chatmodel-standalone.git
34+
</developerConnection>
35+
<url>http://github.com/JavaAIDev/openai-chatmodel-standalone</url>
36+
</scm>
37+
1138
<properties>
1239
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1340
<maven.compiler.source>17</maven.compiler.source>
@@ -24,8 +51,7 @@
2451
<url>https://repo1.maven.org/maven2/</url>
2552
</repository>
2653
</repositories>
27-
28-
54+
2955
<build>
3056
<sourceDirectory>src/main/kotlin</sourceDirectory>
3157
<testSourceDirectory>src/test/kotlin</testSourceDirectory>

0 commit comments

Comments
 (0)