openui
openui copied to clipboard
OpenUI let's you describe UI using your imagination, then see it rendered live.
# What I did? - Fix: `UploadFile.tsx` component opened dialog twice and no file selected correctly if user wants to chose file from a dialog - Feat: Disable auto generate...
# error: PS C:\Users\alright\Desktop\that is him> python -m openui Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\alright\anaconda3\Lib\site-packages\openui\__main__.py", line 3,...
the main problem is that OPENAI package is TAKING priority over ollama. keep saying API key all projects that using openai official package have this issue with ollama. https://github.com/wandb/openui/issues/18#issuecomment-2034503485 please...
Can we add a way to use a local API as llm? Python code should be: client = OpenAI( api_key="", # Change the API base URL to the local interference...
Where to edit the Ollama url because I have already on a server Ollama installed but don't run openui where I have to make the change of the Ollama url?
got idea to use your project to generate mockups. thus I had to move out-service from local PC to VPS made nginx conf like ``` map $http_upgrade $connection_upgrade { default...
If you start with docker and port 7878 is mapped to 17878, rendering will fail
I am using Ollama. I successfully installed it but now I am getting this error when I attempt a generation. Any idea where the issue stems from? ...