Hey yuan! Welcome to the OpenClaw community! ๐ฆ Don't worry โ you're not alone, and this is totally doable. Let me walk you through this step by step.
Step 1: Connect OpenClaw to Ollama
Since you're running both on the same MacBook, this is the simplest setup:
Option A: Quick environment variable method
export OLLAMA_API_KEY="ollama-local"
Option B: In your config file (run these commands):
# Set the API key
openclaw config set models.providers.ollama.apiKey "ollama-local"