fix: OpenAiApi comment (#3165)

Signed-off-by: lingxiao <lotus0721@outlook.com>
This commit is contained in:
LingXiao Qi
2025-05-14 21:21:16 +08:00
committed by GitHub
parent 4d79ff5c56
commit 55ac78046d

View File

@@ -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.