diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 0acee08..6f494e8 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}