Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 Summary
✨ Description
이 PR은 OpenAI GPT API를 연동하여 사용자가 제공한 텍스트에서 주요 키워드를 추출하고, 이를 기반으로 선물을 추천하는 기능을 추가한 작업입니다. 주요 내용은 다음과 같습니다:
.env
파일을 통해 로드하여 안전하게 관리하며, 필요한 패키지(openai
,dotenv
)를 설치.이 기능은 추후 선물 추천 시스템이나 개인화된 서비스에서 활용될 수 있으며, 사용자 맞춤형 서비스를 제공하는 데 기여할 것입니다.
🗒️ Review Point