Skip to content

Commit bd7b551

Browse files
authored
Merge pull request #111 from Coder-Lowic/lowic-fix
修复注释描述错误
2 parents 3d91d3e + 51c67f2 commit bd7b551

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)