We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbba9a commit dc89fa0Copy full SHA for dc89fa0
README.md
@@ -1,4 +1,8 @@
1
-# Spring AI ChatModel
+# Spring AI ChatModel using Official Java SDK
2
+
3
+[](https://github.com/JavaAIDev/openai-chatmodel-standalone/actions/workflows/build.yaml)
4
+
5
6
7
Spring AI `ChatModel` implementation for OpenAI using
8
the [official SDK](https://github.com/openai/openai-java).
@@ -42,4 +46,4 @@ val chatClient =
42
46
ChatClient.builder(chatModel).defaultOptions(chatOptions).build()
43
47
val response = chatClient.prompt().user("tell me a joke")
44
48
.call().content()
45
-```
49
+```
0 commit comments