Skip to content

Commit

Permalink
feat(#88): 0
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 7, 2024
1 parent d0d2c36 commit 6b8b001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public String completion() throws Exception {
)
).readObject();
final String completion = response.getJsonArray("choices")
.getFirst()
.get(0)
.asJsonObject()
.getString("text");
Logger.info(
Expand Down

2 comments on commit 6b8b001

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 6b8b001 Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 88-7fa4f496 discovered in pom.xml) and submitted as #126. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 6b8b001 Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 88-f785f812 discovered in src/main/java/git/tracehub/codereview/action/AnalysisRoutine.java) and submitted as #127. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.