Skip to content

Commit

Permalink
feat: ai관심사
Browse files Browse the repository at this point in the history
  • Loading branch information
joosomi committed Jul 24, 2024
1 parent fba58a1 commit c82e9d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
class SimilarityRequest(BaseModel):
interestsA: List[str]
interestsB: List[str]
AIinterestsA: List[str]
AIinterestsB: List[str]
# listeningA: int
# listeningB: int
# speakingA: int
Expand Down

0 comments on commit c82e9d6

Please sign in to comment.