Default Ollama URL to 127.0.0.1

This commit is contained in:
2026-04-30 18:11:31 +09:00
parent 645a5109a2
commit 88c18ee69e
4 changed files with 6 additions and 4 deletions

View File

@@ -51,6 +51,8 @@ LOCAL_AI_PYTHON=python
LOCAL_AI_PYTHON=py -3
```
Windows에서 Ollama는 `localhost` 대신 `127.0.0.1`를 쓰는 편이 안전합니다.
그다음 로컬 장치 확인:
```bash