OpenUI – One prompt UI Generation

OpenUI – One prompt UI Generation

I am trying to use OpenUI to generate a UI by using Ollama based Models.
I have already installed Ollama and different models.
Also, here I am going to install OpenUI in a virtual Environment called Conda instead of docker.

git clone https://github.com/wandb/openui
cd openui/backend
conda create -n openui python=3.10 anaconda
conda activate openui
pip install .
#this is not optional to give OPENAI API KEY, so just give xxx
export OPENAI_API_KEY=xxx
python -m openui

Go to browser and type the given URL to start OpenUI.
Now, you can go to settings and see the Ollama models are loaded automatically.

find more about conda here

Refer this Youtube link

All credits goes to Matthew Berman

Leave a Reply

Your email address will not be published. Required fields are marked *