Skip to content

Commit d662dc6

Browse files
committed
Update README.md
1 parent 085f949 commit d662dc6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![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)
44
![Maven Central Version](https://img.shields.io/maven-central/v/com.javaaidev/openai-chatmodel-standalone)
55

6-
76
Spring AI `ChatModel` implementation for OpenAI using
87
the [official SDK](https://github.com/openai/openai-java).
98

@@ -23,16 +22,16 @@ Add Maven dependency.
2322
<dependency>
2423
<groupId>com.javaaidev</groupId>
2524
<artifactId>openai-chatmodel-standalone</artifactId>
26-
<version>0.2.0</version>
25+
<version>0.3.0</version>
2726
</dependency>
2827
```
2928

3029
To use this `ChatModel`,
3130

32-
1. Create an `OpenAIClient`
33-
2. Create an `OpenAIChatModel`
34-
3. Create a Spring AI `ChatClient.Builder` with this `ChatModel`
35-
4. Create a Spring AI `ChatClient` from `ChatClient.Builder`
31+
1. Create an `OpenAIClient`,
32+
2. Create an `OpenAIChatModel`,
33+
3. Create a Spring AI `ChatClient.Builder` with this `ChatModel`,
34+
4. Create a Spring AI `ChatClient` from `ChatClient.Builder`.
3635

3736
See the code below:
3837

0 commit comments

Comments
 (0)