Skip to content

Commit

Permalink
remove(Chat): ChatTuner
Browse files Browse the repository at this point in the history
병합 과정 중  생긴 불필요한 코드를 삭제하였습니다.
  • Loading branch information
GSB0203 committed Nov 28, 2024
1 parent 1504cde commit e8f5d71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ public AiResponse chatTuneCreator(Long quizId, CreateChatRequest request, Long u
log.info("bot : " + content);
AiResponse botChat = aiResponseJsonParsing.jsonCreator(content, totalMapObject);
log.info("bot : " + responseMap.choices().get(0).message().content());
AiResponse botChat = aiResponseJsonParsing.jsonCreator(String.valueOf(responseMap.choices().get(0).message().content()), totalMapObject);
LocalDateTime lastChatTime = LocalDateTime.now();

if(request.type().toString().equals("HINT")) {
Expand Down

0 comments on commit e8f5d71

Please sign in to comment.