Skip to content

Commit

Permalink
fixed json
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed May 2, 2024
1 parent 4619389 commit 507bce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/service/Gpt3.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public Response getResponse(String text) {

if (!c.sleeping) {

String temp = String.format("\ttemperature\": %f\r\n", c.temperature);
String temp = String.format("\t\"temperature\": %f\r\n", c.temperature);

// chat completions
String json =
Expand Down

0 comments on commit 507bce2

Please sign in to comment.