Skip to content

feat: Upstage 게시글 요약 API 연동 추가 - #2302

Merged
taejinn merged 7 commits into
developfrom
feat/2248-ai-summary-upstage-chat
Jul 21, 2026
Merged

feat: Upstage 게시글 요약 API 연동 추가#2302
taejinn merged 7 commits into
developfrom
feat/2248-ai-summary-upstage-chat

Conversation

@taejinn

@taejinn taejinn commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

🚀 주요 변경 내용

  • Upstage solar-pro3 Chat API를 호출하는 클라이언트를 추가했습니다.
  • JSON 응답 변환과 HTTP 오류 분류, Retry-After 해석을 추가했습니다.
  • API 주소, 키, 요청 제한 시간과 모델 설정을 환경 변수로 관리하도록 구성했습니다.

💬 참고 사항

  • 관련 이슈: [공통] 게시글 요약 #2248
  • 게시글 AI 요약 생성 규칙 PR을 기반으로 합니다.
  • API 키가 없거나 기능 설정이 비활성화된 경우 요약 작업을 실행하지 않습니다.
  • UpstageRetryAfterResolverTest를 통과했습니다.

✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@taejinn, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5cf49598-4aa8-4f97-8f0a-6ff09e39f98f

📥 Commits

Reviewing files that changed from the base of the PR and between f951438 and 3e59c66.

📒 Files selected for processing (8)
  • src/main/java/in/koreatech/koin/domain/community/article/service/summary/ArticleAiSummaryProperties.java
  • src/main/java/in/koreatech/koin/domain/community/article/service/summary/ArticleSummaryAiClient.java
  • src/main/java/in/koreatech/koin/domain/community/article/service/summary/ArticleSummaryExternalApiException.java
  • src/main/java/in/koreatech/koin/infrastructure/upstage/client/UpstageArticleSummaryClient.java
  • src/main/java/in/koreatech/koin/infrastructure/upstage/client/UpstageProperties.java
  • src/main/java/in/koreatech/koin/infrastructure/upstage/client/UpstageRetryAfterResolver.java
  • src/main/resources/application.yml
  • src/test/java/in/koreatech/koin/infrastructure/upstage/client/UpstageRetryAfterResolverTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/2248-ai-summary-upstage-chat

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@taejinn
taejinn marked this pull request as ready for review July 20, 2026 06:28
@github-actions
github-actions Bot requested review from JanooGwan and Soundbar91 July 20, 2026 06:29
@taejinn taejinn removed their assignment Jul 20, 2026
@DHkimgit DHkimgit assigned taejinn and unassigned DHkimgit Jul 20, 2026
@taejinn
taejinn force-pushed the feat/2248-ai-summary-harness branch from 6f6ab6d to e1d3d24 Compare July 21, 2026 01:46
Base automatically changed from feat/2248-ai-summary-harness to develop July 21, 2026 01:52
@taejinn taejinn removed their assignment Jul 21, 2026
@github-actions

Copy link
Copy Markdown

Unit Test Results

731 tests   728 ✔️  1m 20s ⏱️
178 suites      3 💤
178 files        0

Results for commit 3e59c66.

@taejinn
taejinn merged commit 84999de into develop Jul 21, 2026
5 of 6 checks passed
@taejinn
taejinn deleted the feat/2248-ai-summary-upstage-chat branch July 21, 2026 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants