You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+108-5Lines changed: 108 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ English | [简体中文](https://github.com/cnblogs/dashscope-sdk/blob/main/READ
7
7
8
8
An unofficial DashScope SDK maintained by Cnblogs.
9
9
10
-
# Usage
10
+
**Warning**: this project is under active development, **Breaking Changes** may introduced without notice or major version change. Make sure you read the Release Notes before upgrading.
11
+
12
+
# Quick Start
11
13
12
14
## Console App
13
15
14
-
Install Cnblogs.DashScope.Sdk package.
16
+
Install `Cnblogs.DashScope.Sdk` package.
15
17
16
18
```csharp
17
19
varclient=newDashScopeClient("your-api-key");
@@ -55,8 +57,109 @@ public class YourService(IDashScopeClient client)
55
57
- Text Generation API(qwen-turbo, qwen-max, etc.) - `dashScopeClient.GetQwenCompletionAsync()` and `dashScopeClient.GetQWenCompletionStreamAsync()`
56
58
- BaiChuan Models - Use `dashScopeClient.GetBaiChuanTextCompletionAsync()`
0 commit comments