openui icon indicating copy to clipboard operation
openui copied to clipboard

no "ollama" option in the setting (Win 11)

Open jen-art-dev opened this issue 1 year ago • 3 comments

I have installed Ollama, however it does not appear in the option setting. I am using Windows 11.

jen-art-dev avatar May 14 '24 22:05 jen-art-dev

@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.

vanpelt avatar May 15 '24 14:05 vanpelt

@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.

hi @vanpelt, thank you but it doesn't work.

jen-art-dev avatar May 17 '24 08:05 jen-art-dev

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

jen-art-dev avatar May 17 '24 09:05 jen-art-dev