From f0b2f2fa68008090977b11cd690af8fb54a2586c Mon Sep 17 00:00:00 2001 From: beans3142 Date: Thu, 21 Aug 2025 01:52:47 +0900 Subject: [PATCH] =?UTF-8?q?[REFACTOR]=20yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c876a5e..46bc82d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -90,9 +90,9 @@ colsms: secret: ${SMS_API_SECRET} sender: 01087164428 -openai: +gemini: api: - key: ${OPEN_AI_KEY} - url: https://api.openai.com/v1 - model: gpt-4o-mini + key: ${GEMINI_API_KEY} + url: https://generativelanguage.googleapis.com + model: gemini-1.5-flash