Skip to content

Commit

Permalink
feat(msg): added system messages
Browse files Browse the repository at this point in the history
  • Loading branch information
seailz authored Jun 17, 2023
1 parent ccc6c26 commit 7417224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/lol/slz/gptjar/model/Message.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public static Message fromJson(JSONObject json) {

public enum Role {
USER,
SYSTEM,
ASSISTANT,
FUNCTION;

Expand Down

0 comments on commit 7417224

Please sign in to comment.