Skip to content

Commit c8b0770

Browse files
committed
fix: rename google's 'kind' to 'palm'
1 parent 15724ba commit c8b0770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/weaviate/client6/v1/api/collections/Generative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public enum Kind implements JsonEnum<Kind> {
3838
COHERE("generative-cohere"),
3939
DATABRICKS("generative-databricks"),
4040
FRIENDLIAI("generative-friendliai"),
41-
GOOGLE("generative-google"),
41+
GOOGLE("generative-palm"),
4242
MISTRAL("generative-mistral"),
4343
NVIDIA("generative-nvidia"),
4444
OLLAMA("generative-ollama"),

0 commit comments

Comments
 (0)