From 86e5ad0b5e830e149e0280554432e4badcaf9cd1 Mon Sep 17 00:00:00 2001 From: uommou Date: Mon, 15 Jul 2024 17:30:06 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20json=20=ED=8C=8C=EC=8B=B1=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/prompt/openai_prompt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/prompt/openai_prompt.py b/app/prompt/openai_prompt.py index 1128797..8c4ac34 100644 --- a/app/prompt/openai_prompt.py +++ b/app/prompt/openai_prompt.py @@ -150,7 +150,7 @@ class Template: "id": 1, "color": "#FF0000" }}, - "search keyword": "nearby parking Dr. Smith's office" + "search_keyword": "nearby parking Dr. Smith's office" }}, {{ "info": "dinner with John", @@ -163,7 +163,7 @@ class Template: "id": 2, "color": "#00FF00" }}, - "searchKeyword": "top Italian wines" + "search_keyword": "top Italian wines" }} ] """