File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ dependencies {
7676 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2" )
7777 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2" )
7878 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2" )
79- // implementation("com.llama.llamastack:llama-stack-client-kotlin:0.2.1 ")
79+ implementation(" com.llama.llamastack:llama-stack-client-kotlin:0.2.2 " )
8080// This is needed if you are using local built jars instead of the pre-built ones from maven
81- implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.jar" ))))
81+ // implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
8282 implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.2.1" )
8383 implementation(files(" libs/model2vec.aar" ))
8484 implementation(files(" libs/sentence_embeddings.aar" ))
You can’t perform that action at this time.
0 commit comments