본문 바로가기

OpenClaw WSL에서 Windows Ollama 접속 방법

by Grit! 2026. 4. 26.
openclaw onboard --non-interactive \
  --auth-choice ollama \
  --custom-base-url "http://$(ip route show default | awk '{print $3}'):11434" \
  --custom-model-id "ollama/gemma4:e4b" \
  --accept-risk