feat(ai): Ask Chat GPT-5.6 적용 및 DailyReport 모델 설정 분리 - #221
Merged
Conversation
Ask Chat 답변 모델을 gpt-5.6-luna로 변경하고 temperature를 1.0으로 고정, 출력 토큰 제한을 max_completion_tokens로 전환, 요청 옵션 회귀 테스트 보강
기본 gpt-4o-mini 동작 유지, dev 프로필에 gpt-5.6-luna 전용 요청 옵션 적용, 실제 사용 모델 로깅 및 기본·dev 옵션 테스트 추가
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-5.6-luna로 전환하고 모델 요구사항에 맞게 요청 옵션을 수정했습니다.gpt-4o-mini동작을 유지하면서 dev 환경에서만gpt-5.6-luna를 시험할 수 있도록 설정을 분리했습니다.주요 변경사항
gpt-5.6-luna, temperature를1.0으로 변경maxTokens에서maxCompletionTokens로 변경DailyReportLlmProperties를 추가해 모델, temperature, 출력 토큰 제한, 토큰 제한 파라미터 및 reasoning effort를 설정으로 관리gpt-4o-mini와maxTokens동작 유지gpt-5.6-luna,maxCompletionTokens, reasoning effortnone적용검증
.\gradlew.bat compileJava통과DailyReportLlmClientTest통과DailyReportServiceTest통과git diff --check통과🔗 Related Issue
💬 공유사항
application-dev.yml의daily-report.llm블록을 제거하면 DailyReport는 공통 설정인gpt-4o-mini로 복구됩니다.✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.