From 55ac78046d9aff9e797cb1ec0994396d671158c5 Mon Sep 17 00:00:00 2001 From: LingXiao Qi <148341767+fantasy-lotus@users.noreply.github.com> Date: Wed, 14 May 2025 21:21:16 +0800 Subject: [PATCH] fix: OpenAiApi comment (#3165) 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 e3dc77757..ac3c52e69 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 class OpenAiApi { } /** - * 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.