feat(report): 일간 리포트 생성 모델 50대50 랜덤 배정 - #231
Merged
Merged
Conversation
모든 프로필에서 gpt-4o-mini와 gpt-5.6-luna를 동일 가중치로 선택하고, 선택된 ModelCandidate를 생성 로그와 실제 LLM 요청에 함께 전달해 모델·옵션 정합성을 보장함
Collaborator
|
LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
gpt-4o-mini와gpt-5.6-luna를 각각 50% 확률로 선택합니다.주요 변경사항
모델 설정
daily-report.llm.candidates에 모델별 가중치와 요청 옵션을 구성했습니다.생성 모델 선택
DailyReportModelSelector를 추가했습니다.ModelCandidate를 생성 로그와 실제 LLM 요청에 전달합니다.테스트
max_tokens·max_completion_tokens, temperature, reasoning effort 적용을 검증했습니다.검증
.\gradlew.bat compileJava통과DailyReportModelSelectorTestDailyReportLlmPropertiesTestDailyReportLlmClientTestDailyReportServiceTestgit diff --check통과참고 / 리스크
🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.