Skip to content

Commit 51c67f2

Browse files
committed
修复注释描述错误
1 parent 7aae413 commit 51c67f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/plexpt/chatgpt/entity/chat/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@Builder
1616
public class Message {
1717
/**
18-
* 目前支持三中角色参考官网,进行情景输入:https://platform.openai.com/docs/guides/chat/introduction
18+
* 目前支持三种角色参考官网,进行情景输入:https://platform.openai.com/docs/guides/chat/introduction
1919
*/
2020
private String role;
2121
private String content;

0 commit comments

Comments
 (0)