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.
2 parents 3d91d3e + 51c67f2 commit bd7b551Copy full SHA for bd7b551
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