We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c96406 commit e929d0cCopy full SHA for e929d0c
src/main/java/io/github/artemnefedov/javaai/service/OpenAI.java
@@ -55,7 +55,7 @@ public interface OpenAI {
55
* The method that generates text, taking into account chat messages,
56
* uses a <a href="https://platform.openai.com/docs/api-reference/chat">Chat</a>.
57
*
58
- * @param messages List<{@link ChatMessage}> containing your chat by role.
+ * @param messages List of {@link ChatMessage} containing your chat by role.
59
* @return the response from the API as a string
60
*/
61
public String chat(List<ChatMessage> messages);
0 commit comments