docs: update readme (#28)
This commit is contained in:
parent
ade87c0ed0
commit
9006b9aa34
2 changed files with 2 additions and 18 deletions
10
README.md
10
README.md
|
|
@ -39,15 +39,7 @@ Add the following dependency to your `build.gradle` (for Groovy DSL):
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'ai.z:zai-sdk:0.0.2'
|
||||
}
|
||||
```
|
||||
|
||||
Or `build.gradle.kts` (for Kotlin DSL):
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("ai.z:zai-sdk:0.0.2")
|
||||
implementation 'ai.z.openapi:zai-sdk:0.0.2'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
10
README_CN.md
10
README_CN.md
|
|
@ -39,15 +39,7 @@ Z.ai AI 平台官方 Java SDK,提供统一接口访问强大的AI能力,包
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'ai.z:zai-sdk:0.0.2'
|
||||
}
|
||||
```
|
||||
|
||||
或 `build.gradle.kts`(适用于 Kotlin DSL):
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("ai.z:zai-sdk:0.0.2")
|
||||
implementation 'ai.z.openapi:zai-sdk:0.0.2'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue