From d8195615f8ff1c293a3b60b179912cf593aad380 Mon Sep 17 00:00:00 2001 From: jiucchu <128274035+jiucchu@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:11:08 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B3=80=EC=88=98=20=EB=AA=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/model.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AI/model.py b/AI/model.py index 7cef36ea..97ea7f9b 100644 --- a/AI/model.py +++ b/AI/model.py @@ -35,9 +35,8 @@ class Item_and_num(BaseModel) : @sbert.post('/team-building') async def start_sbert(data:Item_and_num): - input = data.items - min_num = data.teamMin - max_num = data.teamMax + input = data.participantResponses + max_num = data.maxTeamSize # 문장 임베딩