From 8597fa86b62d3a751d8e90b1118df09ae82a225f Mon Sep 17 00:00:00 2001 From: squall7011 Date: Mon, 20 Nov 2023 09:02:46 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20::=20latency=20=EB=82=AE=EC=B6=94?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/example/onui/domain/diary/service/DiaryServiceImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/example/onui/domain/diary/service/DiaryServiceImpl.kt b/src/main/kotlin/com/example/onui/domain/diary/service/DiaryServiceImpl.kt index fceba09..9771fe1 100644 --- a/src/main/kotlin/com/example/onui/domain/diary/service/DiaryServiceImpl.kt +++ b/src/main/kotlin/com/example/onui/domain/diary/service/DiaryServiceImpl.kt @@ -32,7 +32,7 @@ class DiaryServiceImpl( private companion object { const val M_SET = "너의 이름은 오누이이고 직업은 상담사야.\n아래 리스트는 내가 선택한 감정이야.\n" - const val M_SET2 = "\n내 감정을 분석하고 솔루션을 제공해줘." + const val M_SET2 = "\n내 감정을 분석하고 되도록 짧게 솔루션을 제공해줘." } @Transactional