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 362d606 commit 72f3a6aCopy full SHA for 72f3a6a
README.md
@@ -26,7 +26,7 @@ The key files in the app are `ExampleLlamaStackLocalInference.kt`, `ExampleLlama
26
Add the following dependency in your `build.gradle.kts` file:
27
```
28
dependencies {
29
- implementation("com.llama.llamastack:llama-stack-client-kotlin:0.1.7")
+ implementation("com.llama.llamastack:llama-stack-client-kotlin:0.2.2")
30
}
31
32
This will download jar files in your gradle cache in a directory like `~/.gradle/caches/modules-2/files-2.1/com.llama.llamastack/`
0 commit comments