File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Spring AI ChatModel
2
+
Original file line number Diff line number Diff line change 8
8
<artifactId >openai-chatmodel-standalone</artifactId >
9
9
<version >0.1.0</version >
10
10
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
+
11
38
<properties >
12
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
40
<maven .compiler.source>17</maven .compiler.source>
24
51
<url >https://repo1.maven.org/maven2/</url >
25
52
</repository >
26
53
</repositories >
27
-
28
-
54
+
29
55
<build >
30
56
<sourceDirectory >src/main/kotlin</sourceDirectory >
31
57
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
You can’t perform that action at this time.
0 commit comments