From 9faa396fa2539109233afbafc76363888cdb1aae Mon Sep 17 00:00:00 2001 From: "DESKTOP-TKLFCPR\\ython" Date: Fri, 19 Jun 2026 06:54:35 +0900 Subject: [PATCH] =?UTF-8?q?fix(zioinfo-esn):=20Ollama=20=EB=AA=A8=EB=8D=B8?= =?UTF-8?q?=20=EC=86=8C=ED=98=95=ED=99=94(llama3.2:1b/moondream)=20?= =?UTF-8?q?=E2=80=94=20=EC=84=9C=EB=B2=84=20RAM=20=EC=A0=9C=EC=95=BD=20?= =?UTF-8?q?=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 899c5ad..c866c8d 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -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}