fix(guardia-esn): Ollama 모델 소형화(llama3.2:1b) — 서버 RAM 제약 대응
This commit is contained in:
parent
db76174931
commit
4c3caea1b5
@ -27,7 +27,7 @@ mybatis:
|
|||||||
|
|
||||||
guardia:
|
guardia:
|
||||||
ollama-url: ${OLLAMA_URL:http://localhost:11434}
|
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}
|
itsm-url: ${ITSM_URL:http://localhost:9001}
|
||||||
jwt:
|
jwt:
|
||||||
secret: ${JWT_SECRET:ZioInfoEsnJwtSecret2026VeryLongSecretKeyForHS256AlgorithmAtLeast256Bits}
|
secret: ${JWT_SECRET:ZioInfoEsnJwtSecret2026VeryLongSecretKeyForHS256AlgorithmAtLeast256Bits}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user