Skip to content

Commit

Permalink
feat: 변수 명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiucchu authored Feb 14, 2024
1 parent ddaf6b2 commit d819561
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AI/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


# 문장 임베딩
Expand Down

0 comments on commit d819561

Please sign in to comment.