Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature #12 : gptAPI 연결 및 원시함수 #13

Merged
merged 3 commits into from
Jan 12, 2025
Merged

Conversation

yeoeunn
Copy link
Collaborator

@yeoeunn yeoeunn commented Jan 12, 2025

📌 Summary


Description

이 PR은 OpenAI GPT API를 연동하여 사용자가 제공한 텍스트에서 주요 키워드를 추출하고, 이를 기반으로 선물을 추천하는 기능을 추가한 작업입니다. 주요 내용은 다음과 같습니다:

  • GPT API 연동: OpenAI GPT API를 활용하여 텍스트 기반의 키워드 추출 및 선물 추천 기능 구현.
  • 키워드 추출: 주어진 텍스트 파일을 읽고 GPT 모델을 통해 관심사에 맞는 주요 키워드를 5개 추출.
  • 선물 추천: 추출된 키워드를 기반으로 남자 연인을 위한 기념일 선물을 추천 (추천은 두 가지씩 제공).
  • 환경 설정: API 키는 .env 파일을 통해 로드하여 안전하게 관리하며, 필요한 패키지(openai, dotenv)를 설치.

이 기능은 추후 선물 추천 시스템이나 개인화된 서비스에서 활용될 수 있으며, 사용자 맞춤형 서비스를 제공하는 데 기여할 것입니다.


🗒️ Review Point

혹시 궁금한 부분이나 수정이 필요한 사항이 있다면 알려주세요!

@yeoeunn yeoeunn added ✨ feature 기능 개발 📁 data 데이터 관련 labels Jan 12, 2025
@yeoeunn yeoeunn added this to the 📦 Backend Development milestone Jan 12, 2025
@yeoeunn yeoeunn requested a review from andrewkimswe January 12, 2025 11:50
@yeoeunn yeoeunn self-assigned this Jan 12, 2025
Copy link
Member

@andrewkimswe andrewkimswe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@yeoeunn yeoeunn merged commit 9894846 into develop Jan 12, 2025
@andrewkimswe andrewkimswe linked an issue Jan 12, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📁 data 데이터 관련 ✨ feature 기능 개발
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feat: gptAPI연결 및 원시함수
2 participants