Skip to content

Commit 4cadee5

Browse files
committed
Update README.md
1 parent 22fc51b commit 4cadee5

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# Aliyun Dashscope Spring AI Client
1+
# Aliyun Dashscope Spring AI Client
2+
3+
Aliyun Dashscope Client for Spring AI
4+
5+
[![build](https://github.com/JavaAIDev/spring-ai-dashscope-client/actions/workflows/build.yaml/badge.svg)](https://github.com/JavaAIDev/spring-ai-dashscope-client/actions/workflows/build.yaml)
6+
7+
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.alexcheng1982/spring-ai-dashscope-client)
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

Comments
 (0)