diff --git a/integrations/langchain4j/providers/cohere/src/main/java/io/helidon/integrations/langchain4j/providers/cohere/CohereCommonConfig.java b/integrations/langchain4j/providers/cohere/src/main/java/io/helidon/integrations/langchain4j/providers/cohere/CohereCommonConfig.java index 3fd217614ee..4f8f48397c0 100644 --- a/integrations/langchain4j/providers/cohere/src/main/java/io/helidon/integrations/langchain4j/providers/cohere/CohereCommonConfig.java +++ b/integrations/langchain4j/providers/cohere/src/main/java/io/helidon/integrations/langchain4j/providers/cohere/CohereCommonConfig.java @@ -81,7 +81,7 @@ interface CohereCommonConfig { Optional timeout(); /** - * The model name to use (e.g., "gpt-3.5-turbo"). + * The model name to use. * * @return the model name */