Skip to content

Commit

Permalink
Fix :: Type
Browse files Browse the repository at this point in the history
메시지를 마사지로 적은 오타 수정함;;;;

massage -> message
  • Loading branch information
yeseong0412 committed Jan 6, 2024
1 parent 6c0775f commit 22f9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/miracle/azure/ChatGPTService.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public Object createData(MessageRequest massageRequest, MultipartFile multipartF
String textValue = jsonNode.get("choices").get(0).get("message").get("content").asText();

Map<String, String> map = new HashMap<>();
map.put("massage" , textValue);
map.put("message" , textValue);

return map;
}
Expand Down

0 comments on commit 22f9f22

Please sign in to comment.