fix(guardia-esn): Ollama 모델 소형화(llama3.2:1b) — 서버 RAM 제약 대응

This commit is contained in:
DESKTOP-TKLFCPR\ython 2026-06-19 23:13:51 +09:00
parent db76174931
commit 4c3caea1b5

View File

@ -27,7 +27,7 @@ mybatis:
guardia:
ollama-url: ${OLLAMA_URL:http://localhost:11434}
ollama-text-model: ${OLLAMA_TEXT_MODEL:llama3}
ollama-text-model: ${OLLAMA_TEXT_MODEL:llama3.2:1b}
itsm-url: ${ITSM_URL:http://localhost:9001}
jwt:
secret: ${JWT_SECRET:ZioInfoEsnJwtSecret2026VeryLongSecretKeyForHS256AlgorithmAtLeast256Bits}