fix(zioinfo-esn): Ollama 모델 소형화(llama3.2:1b/moondream) — 서버 RAM 제약 대응
This commit is contained in:
parent
00fa3727d0
commit
9faa396fa2
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user