[#32] AI prediction provider를 OpenAI GPT-5.4 mini로 교체한다#33
Merged
Conversation
There was a problem hiding this comment.
Code Review
본 풀 리퀘스트는 기존 Gemini API 연동을 OpenAI Responses API 연동으로 전환하며, 관련 설정 키, 클라이언트 구현체, 문서 및 테스트 코드를 전반적으로 업데이트합니다. 리뷰 피드백으로는 존재하지 않는 모델명인 gpt-5.4-mini를 gpt-4o-mini 등 실제 존재하는 모델로 수정할 것과, OpenAI 에러 응답 발생 시 원문 JSON 대신 error.message만 파싱하여 로그 가독성을 개선할 것을 제안했습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
🔗 연관된 이슈
🎯 의도
📝 작업 내용
📌 요약
OPENAI_API_KEY기준으로 정리🔍 상세
OpenAiPredictionClient추가gpt-5.4-mini기본 model 설정output_text및output.content.textJSON 추출 처리createDefaultAiPredictionClient기본 구현을 OpenAI provider로 변경openai_api_key/OPENAI_API_KEY기준으로 변경docs/examples/consumer-merge-risk-watch.ymlconsumer 예시를 OpenAI secret 기준으로 변경