Skip to content

Commit 5b02666

Browse files
committed
Fixed module name.
1 parent f662bf8 commit 5b02666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/langchain4j/providers/cohere/src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
path = {"Langchain4j", "Cohere"}
2828
)
2929
@Preview
30-
module io.helidon.integrations.langchain4j.providers.ollama {
30+
module io.helidon.integrations.langchain4j.providers.cohere {
3131
requires static io.helidon.common.features.api;
3232

3333
requires langchain4j.cohere;

0 commit comments

Comments
 (0)