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 22fc51b commit 4cadee5Copy full SHA for 4cadee5
README.md
@@ -1 +1,18 @@
1
-# Aliyun Dashscope Spring AI Client
+# Aliyun Dashscope Spring AI Client
2
+
3
+Aliyun Dashscope Client for Spring AI
4
5
+[](https://github.com/JavaAIDev/spring-ai-dashscope-client/actions/workflows/build.yaml)
6
7
+
8
9
10
+> A Aliyun Dashscope API key is required. The key is set as environment
11
+> variable `DASHSCOPE_API_KEY`.
12
13
+Usage:
14
15
+```java
16
+var client = DashscopeChatClient.createDefault();
17
+var response = client.call("hello");
18
+```
0 commit comments