#I cannot get my locally installed LLM to be displayed in openclaw models lsit

1 messages · Page 1 of 1 (latest)

vague aurora
#

System: Windows with WSL2

  1. Followed https://docs.openclaw.ai/providers/ollama
  2. Downloaded model via ollama pull qwen2.5-coder:32b
  3. Prompted in WSL export OLLAMA_API_KEY="ollama-local"
  4. Checked ttp://127.0.0.1:11434, ollama ist there and serves.

Still nothing appears. Also tried other with other models. Nada.

tranquil sandalBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

frozen wedge
#

try manually editing openclaw.json:

what is shown in the screenshot works for me (kinda... it responds but i have other issues. also make sure to change "name", "id" "maxTokens" and "contextWindow" to match your needs.

#

then ofc set your default agent to the exact same thing you put in "id"

#

as far as i understand all this (so not a lot) your id should be "qwen2.5-coder:32b:latest"

#

maybe also just "qwen2.5-coder:32b"

vague aurora
#

thank you it owrked

frozen wedge