fix(guardia-mall): Ollama 모델 소형화(llama3.2:1b/moondream) — 서버 RAM 제약 대응
This commit is contained in:
parent
904eff5775
commit
167e3d5582
@ -40,7 +40,7 @@ guardia:
|
||||
crm-url: ${CRM_URL:http://localhost:8004}
|
||||
ocr-url: ${OCR_URL:http://localhost:8005}
|
||||
ollama-url: ${OLLAMA_URL:http://localhost:11434}
|
||||
ollama-text-model: ${OLLAMA_TEXT_MODEL:llama3}
|
||||
ollama-text-model: ${OLLAMA_TEXT_MODEL:llama3.2:1b}
|
||||
crypto:
|
||||
secret: ${CRYPTO_SECRET:guardia-mall-aes-256-gcm-master-key-2026-zioinfo}
|
||||
jwt:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user