Comment on Frustratingly bad at self hosting. Can someone help me access LLMs on my rig from my phone
hedgehog@ttrpg.network 13 hours agoI believe you just need to set the env var OLLAMA_HOST
to 0.0.0.0:11434
and then restart Ollama.
Comment on Frustratingly bad at self hosting. Can someone help me access LLMs on my rig from my phone
hedgehog@ttrpg.network 13 hours agoI believe you just need to set the env var OLLAMA_HOST
to 0.0.0.0:11434
and then restart Ollama.
Bane_Killgrind@lemmy.dbzer0.com 12 hours ago
Env var means “environment variable”, which is information that’s available to all programs you run.
In Linux these are used to set path info for your package manager, shell preferences, a bunch of stuff.
In Windows it’s the same. You need to look up how to set env vars in Windows
github.com/ollama/ollama/issues/703