docs: update readme (#28)

This commit is contained in:
tomsun28 2025-07-28 18:27:17 +08:00 committed by GitHub
parent ade87c0ed0
commit 9006b9aa34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 18 deletions

View file

@ -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'
}
```

View file

@ -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'
}
```