From fb0505019fe4a931602e2d781bd01a4b05b12841 Mon Sep 17 00:00:00 2001 From: Dmitry Kornilov Date: Thu, 13 Feb 2025 10:59:46 +0100 Subject: [PATCH] Javadoc update --- .../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 */