From 3eda73ccd60df99df4aace5834503d10d10d5841 Mon Sep 17 00:00:00 2001 From: lingxiao Date: Wed, 14 May 2025 20:37:34 +0800 Subject: [PATCH] fix: OpenAiApi comment Signed-off-by: lingxiao --- .../main/java/org/springframework/ai/openai/api/OpenAiApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java b/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java index e3dc7775705..ac3c52e691f 100644 --- a/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java +++ b/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java @@ -902,7 +902,7 @@ public enum OutputModality { } /** - * Creates a model response for the given chat conversation. + * Creates a model request for the given chat conversation. * * @param messages A list of messages comprising the conversation so far. * @param model ID of the model to use.