Skip to content

Commit

Permalink
more casing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aress31 committed Apr 10, 2023
1 parent 7624da7 commit 02e0030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/burp/MyScanCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private List<AuditIssue> createAuditIssuesFromGPTResponse(Pair<GPTRequest, GPTRe
"The OpenAI API generated a response using the following parameters:" + "<br>"
+ "<ul>"
+ "<li>Model: %s</li>"
+ "<li>Maximum Prompt Size: %s</li>"
+ "<li>Maximum prompt size: %s</li>"
+ "<li>Prompt<br><br>%s</li>"
+ "</ul>",
gptRequest.getModel(), gptRequest.getMaxPromptSize(), escapedPrompt);
Expand Down

0 comments on commit 02e0030

Please sign in to comment.