no "ollama" option in the setting (Win 11)
I have installed Ollama, however it does not appear in the option setting. I am using Windows 11.
@jen-art-dev it should be working now, master was broken. If you pull from main and reinstall it should work. Safest way to reinstall is the following from the backend directory:
pip uninstall openui
pip install .
Let me know if that doesn't work.
@jen-art-dev it should be working now, master was broken. If you pull from
mainand reinstall it should work. Safest way to reinstall is the following from thebackenddirectory:pip uninstall openui pip install .Let me know if that doesn't work.
hi @vanpelt, thank you but it doesn't work.
It works now, I set the env in PowerShell:
$env:OLLAMA_HOST="http://127.0.0.1:11434"
Thanks a lot @vanpelt for this great project