From 8d7565327b9850e3c0575e92e7e576037c7206fc Mon Sep 17 00:00:00 2001 From: Kim Jiyoon Date: Thu, 16 May 2024 11:33:12 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20#70=20GptConfig=20=ED=94=84=EB=A1=AC?= =?UTF-8?q?=ED=94=84=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/isp/backend/domain/gpt/config/GptConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/java/com/isp/backend/domain/gpt/config/GptConfig.java b/backend/src/main/java/com/isp/backend/domain/gpt/config/GptConfig.java index f3dba5c6..f8098ae2 100644 --- a/backend/src/main/java/com/isp/backend/domain/gpt/config/GptConfig.java +++ b/backend/src/main/java/com/isp/backend/domain/gpt/config/GptConfig.java @@ -67,5 +67,5 @@ public class GptConfig { Do not add any information I haven't provided to you. Under no circumstances should you include any activities other than traveling. Absolutely not. 우리는 매일 점심과 저녁은 항상 식당에 가서 먹을거야. 반드시 실제로 존재하는 맛있고 유명한 식당으로 추천해줘 - 우리가 방문할 명소나 식당의 예상 비용을 일정마다 옆에 한화로 알려줘"""; + 금액 정보는 알려주지마. 대신 다양한 경험을 할 수 있게 일정을 만들어줘"""; } \ No newline at end of file