I have installed ollama on my gaming rig and want to use it as another ollama instance for Openclaw.
My existing instance is within my cluster and configured as:
"models": { "providers": { "ollama": { "baseUrl": "http://ollama.ai.svc.cluster.local:11434", "api": "ollama", "models":
Do I just add another baseUrl pointing to the gaming rig? Use the same ollama provider or does the provider name need to be unique?