fix(agent): NIM LLM 모델을 gemma-4-31b-it로 교체하고 세율 텍스트 추출 API 복원 - #69
Merged
Conversation
- NVIDIA NIM openai/gpt-oss-120b EOL(410) 대응: google/gemma-4-31b-it로 업그레이드 - /api/v1/tax-rates/extract 텍스트 추출 엔드포인트 복원 및 프론트엔드 1클릭 추출 지원 - intent 라우터 json_mode 지정 및 피싱 키워드 폴백 보강 - OpenWiki 및 관련 문서 동기화
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
버그 수정 사항
NVIDIA NIM LLM 모델 EOL(410 Gone) 긴급 대응
openai/gpt-oss-120b모델이 2026-09-03 08:00Z 부로 NIM에서 종료(410)되어 라이브 챗봇 및 GraphRAG 쿼리 500 에러 발생google/gemma-4-31b-it로 모델 교체 완료세율 개정안 인입 텍스트 추출 API 및 UI 복원
POST /api/v1/tax-rates/extract복원/tax-rates에 기본 샘플 텍스트와 원클릭 '세율 추출' 버튼 추가 (파일 업로드와 병행 지원)의도 분류(Intent) 라우터 안정화
with_structured_output에method="json_mode"지정하여 토큰 길이 한도 에러 방지