From c3259304069d96b1c8805157dd6f79f3867a1e62 Mon Sep 17 00:00:00 2001 From: Dmitry Kornilov Date: Thu, 13 Feb 2025 14:02:12 +0100 Subject: [PATCH] Javadoc update (#9792) --- .../langchain4j/providers/cohere/CohereCommonConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */