Skip to content

Commit 55ac780

Browse files
fix: OpenAiApi comment (#3165)
Signed-off-by: lingxiao <lotus0721@outlook.com>
1 parent 4d79ff5 commit 55ac780

File tree

1 file changed

+1
-1
lines changed
  • models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api

1 file changed

+1
-1
lines changed

models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ public enum OutputModality {
902902
}
903903

904904
/**
905-
* Creates a model response for the given chat conversation.
905+
* Creates a model request for the given chat conversation.
906906
*
907907
* @param messages A list of messages comprising the conversation so far.
908908
* @param model ID of the model to use.

0 commit comments

Comments
 (0)