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 7aae413 commit 51c67f2Copy full SHA for 51c67f2
src/main/java/com/plexpt/chatgpt/entity/chat/Message.java
@@ -15,7 +15,7 @@
15
@Builder
16
public class Message {
17
/**
18
- * 目前支持三中角色参考官网,进行情景输入:https://platform.openai.com/docs/guides/chat/introduction
+ * 目前支持三种角色参考官网,进行情景输入:https://platform.openai.com/docs/guides/chat/introduction
19
*/
20
private String role;
21
private String content;
0 commit comments