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

Feat/#29 News Summary (뉴스 내용 요약 기능 구현) #32

Merged
merged 7 commits into from
Mar 19, 2024

Conversation

yeonjy
Copy link
Collaborator

@yeonjy yeonjy commented Mar 19, 2024

PULL REQUEST

🎋 작업중인 브랜치

⚡️ 작업동기

  • 뉴스 기사 요약 기능을 구현합니다.
  • langchain을 사용하기 위하여 FastAPI로 구현합니다.
  • 비동기 처리를 위하여 RabbitMQ를 사용합니다.

🔑 주요 변경사항

  • ai_response_processor 프로젝트를 추가했습니다.
  • GPT OPENAI API를 사용하여 뉴스 요약 기능을 구현했습니다.
  • RabbitMQ를 사용하여 뉴스 내용을 consume하고 요약된 내용을 publish하도록 구현했습니다.

💡 관련 이슈

close #29

@yeonjy yeonjy added the ✨ feat 새로운 기능 추가 label Mar 19, 2024
@yeonjy yeonjy requested review from realhsb and yeahzxnn March 19, 2024 07:01
@yeonjy yeonjy self-assigned this Mar 19, 2024
@yeonjy yeonjy linked an issue Mar 19, 2024 that may be closed by this pull request
3 tasks
@yeonjy yeonjy merged commit ceebfc3 into Dev-backend Mar 19, 2024
1 check passed
@yeonjy yeonjy deleted the feat/#29-ai-news-summary branch March 19, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 뉴스 기사 요약 기능 구현
1 participant