From 2025c514f7efcf20d20b5df97ca142a8d614e963 Mon Sep 17 00:00:00 2001 From: Hyoseong Jo Date: Fri, 12 Dec 2025 03:08:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=80=EA=B2=BD2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0332fcc..2bf03ef 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -51,7 +51,7 @@ openai: api-key: ${OPENAI_API_KEY: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} model: embedding: text-embedding-3-small # 임베딩 모델 (텍스트 → 벡터 변환) - chat: gpt-4o # 채팅 모델 - 일단 gpt-4o로 테스트 + chat: gpt-5-mini # 채팅 모델 - gpt-4o-mini (빠르고 저렴) # ----------------------------------------------------- # RAG (Retrieval-Augmented Generation) 설정 @@ -83,7 +83,7 @@ rag: # - true: PDF 페이지를 이미지로 변환 후 분석 # - false: 텍스트만 추출 # 주의: 활성화 시 API 비용 크게 증가 - model: gpt-4o # Vision 모델 - gpt-4o 사용 + model: gpt-5-mini # Vision 모델 - gpt-4o 사용 # ----------------------------------------------------- # 파일 저장 경로