Skip to content

Commit

Permalink
added ada model
Browse files Browse the repository at this point in the history
  • Loading branch information
aress31 committed Apr 9, 2023
1 parent 8c954a0 commit 843a7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/burp/MyBurpExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class MyBurpExtension implements BurpExtension, PropertyChangeListener {
@Getter
private String apiKey = "PLEASE_CHANGE_ME_OR_YOU_WILL_MAKE_THE_DEVELOPER_SAD";
@Getter
List<String> modelIds = Arrays.asList("davinci", "curie", "babbage");
List<String> modelIds = Arrays.asList("davinci", "ada", "babbage", "curie");
@Getter
private String modelId = modelIds.get(0);
@Getter
Expand Down

0 comments on commit 843a7ed

Please sign in to comment.