How to setup LOBECHAT
How to setup tipi LOBECHAT installation to talk with rubtipi OLLOMA. there are a lot litterature to cannect but them require a manuala installation
Thank to all which will help me.
Olindo
3 Replies
You can try to search for a setting in Lobechat to use an ollama url
then you can paste the link to your ollama
Hello @Olindo,
You have to set environment variables in your user-config, at least this one:
OLLAMA_PROXY_URL=http://ollama-cpu:11434
You must change the hostname of Ollama if you use another variant such as ollama-amd or ollama-nvidia.
The port should stay 11434 since you are not using the exposed port from your runtipi host but the internal docker network.
Here the official docs :
https://lobehub.com/fr/docs/self-hosting/environment-variables/model-provider#ollama
Thanks a lot!
It works too. Thanks