wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
18.86k stars 1.73k forks source link

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

Open jen-art-dev opened 4 months ago

jen-art-dev commented 4 months ago

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

vanpelt commented 4 months ago

@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 commented 4 months ago

@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 commented 4 months ago

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