Skip to content

Commit dc89fa0

Browse files
add badges
1 parent 5cbba9a commit dc89fa0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Spring AI ChatModel
1+
# Spring AI ChatModel using Official Java SDK
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)
5+
26

37
Spring AI `ChatModel` implementation for OpenAI using
48
the [official SDK](https://github.com/openai/openai-java).
@@ -42,4 +46,4 @@ val chatClient =
4246
ChatClient.builder(chatModel).defaultOptions(chatOptions).build()
4347
val response = chatClient.prompt().user("tell me a joke")
4448
.call().content()
45-
```
49+
```

0 commit comments

Comments
 (0)